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 f85f9d7 commit 17046adCopy full SHA for 17046ad
.travis.yml
@@ -0,0 +1,10 @@
1
+sudo: required
2
+services:
3
+ - docker
4
+
5
+env:
6
+ - JAVA_VERSION=openjdk-8
7
8
+script:
9
+ - docker build -t fiji-$JAVA_VERSION fiji-$JAVA_VERSION
10
+ - docker run --rm -v fiji-$JAVA_VERSION/macro.ijm:/opt/macro.ijm fiji-$JAVA_VERSION -macro /opt/macro.ijm test
0 commit comments