Skip to content

Commit

Permalink
Add verbose make test run
Browse files Browse the repository at this point in the history
To try to get more info on travis's Linux sickness
  • Loading branch information
zoffixznet committed Jan 7, 2018
1 parent 6632879 commit 3172ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -24,6 +24,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 test"
- prove -e './perl6 -Ilib' -vlr t
- "make install"

branches:
Expand Down

0 comments on commit 3172ef7

Please sign in to comment.