Skip to content

Commit

Permalink
Remove travis debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 9, 2018
1 parent 18e3468 commit 6709166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,6 @@ 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 ~/build/rakudo/rakudo/ && prove -e ~/build/rakudo/rakudo/install/bin/perl6 -lr t)

branches:
only:
Expand Down

0 comments on commit 6709166

Please sign in to comment.