We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e198d0d commit ef95a98Copy full SHA for ef95a98
.travis.yml
@@ -518,7 +518,12 @@ matrix:
518
- ant $BUILD_OPTS clean
519
- ant $BUILD_OPTS build
520
script:
521
+ #- ant $TEST_OPTS -f groovy/groovy test
522
+ #- ant $TEST_OPTS -f groovy/groovy.java test
523
- ant $TEST_OPTS -f groovy/groovy.editor test
524
+ - ant $TEST_OPTS -f groovy/groovy.gsp test
525
+ #- ant $TEST_OPTS -f groovy/groovy.kit test
526
+ - ant $TEST_OPTS -f groovy/groovy.support test
527
528
- name: Test php modules
529
jdk: openjdk8
0 commit comments