Skip to content

Commit

Permalink
Skip 'make test' on JVM backend
Browse files Browse the repository at this point in the history
It doesn't finish in a reasonable time and there are various failures
for those tests that were run. It's just a big waste of resources.

*If* running 'make test' on the JVM backend gets in a better shape in
the future, it could be re-enabled easily.
  • Loading branch information
usev6 committed Jan 3, 2020
1 parent 262b6fc commit e5627b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ addons:
script:
- perl Configure.pl $RAKUDO_OPTIONS --moar-option=--cc=$(command -v gcc-6 >/dev/null 2>&1; if [ $? -eq 1 ]; then printf "gcc"; else printf "gcc-6"; fi)
- "make install"
- (cd ~/build/rakudo/rakudo/ && prove -e ~/build/rakudo/rakudo/install/bin/perl6 -vlr t)
- if [[ $RAKUDO_OPTIONS =~ jvm ]]; then echo "make test is skipped on the jvm backend"; else (cd ~/build/rakudo/rakudo/ && prove -e ~/build/rakudo/rakudo/install/bin/perl6 -vlr t); fi

branches:
only:
Expand Down

0 comments on commit e5627b8

Please sign in to comment.