Skip to content

Commit

Permalink
More travis attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 7, 2018
1 parent 2bfc882 commit a0634e5
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"
- prove -e './perl6 -Ilib' -vlr t
- (cd /home/travis/build/rakudo/rakudo/ && prove -e /home/travis/build/rakudo/rakudo/install/bin/perl6 -vlr t)

branches:
only:
Expand Down

0 comments on commit a0634e5

Please sign in to comment.