Skip to content

Commit c66e4c9

Browse files
committed
make travis run the right ITs
1 parent 5451bce commit c66e4c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: java
22
sudo: false
3-
install: mvn install -Dmaven.test.skip -Dinvoker.skip;cd jruby9;mvn install -Dmaven.test.skip -Dinvoker.skip
4-
script: cd jruby9;mvn verify
3+
install: mvn install -Dmaven.test.skip -Dinvoker.skip
4+
script: mvn verify -Pintegration-test

0 commit comments

Comments
 (0)