Skip to content

Commit

Permalink
One more tweak for travis verbose make test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 7, 2018
1 parent 9992374 commit 880dbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ 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 test"
- "make install"
- (cd /home/travis/build/rakudo/rakudo/ && prove -e /home/travis/build/rakudo/rakudo/install/bin/perl6 -vlr t)
- (cd ~/build/rakudo/rakudo/ && prove -e ~/build/rakudo/rakudo/install/bin/perl6 -vlr t)

branches:
only:
Expand Down

0 comments on commit 880dbfa

Please sign in to comment.