We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273f499 commit 125015bCopy full SHA for 125015b
.travis.yml
@@ -1,6 +1,10 @@
1
language: java
2
jdk: oraclejdk8
3
branches:
4
- only: master
+ only:
5
+ - master
6
+ - "/.*-[0-9]+\\..*/"
7
install: true
8
script: ".travis/build.sh"
9
+env:
10
+ global:
.travis/build.sh
@@ -1,2 +1,3 @@
#!/bin/sh
-mvn install
+curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/travis-build.sh
+sh travis-build.sh
0 commit comments