Skip to content

Commit ff07b1c

Browse files
authored
Merge pull request #1947 from blackleg/groovy_tests
[TRAVIS] Groovy modules tests
2 parents bad8f60 + ef95a98 commit ff07b1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,12 @@ matrix:
518518
- ant $BUILD_OPTS clean
519519
- ant $BUILD_OPTS build
520520
script:
521+
#- ant $TEST_OPTS -f groovy/groovy test
522+
#- ant $TEST_OPTS -f groovy/groovy.java test
521523
- 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
522527

523528
- name: Test php modules
524529
jdk: openjdk8

0 commit comments

Comments
 (0)