Skip to content

Commit

Permalink
[Truffle] Travis: build with verbose mx.
Browse files Browse the repository at this point in the history
* To get more information when "no output in 10 minutes".
  • Loading branch information
eregon committed Oct 24, 2016
1 parent d4c5f89 commit 9eaa38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ matrix:
- env: JT='test integration'
- env: JT='test gems' COMMAND=test/truffle/gems/install-gems.sh
- env: JT='test ecosystem' JAVA_OPTS="$JAVA_OPTS -Xmx512m" HAS_REDIS=true COMMAND=test/truffle/ecosystem-travis-install.sh
- env: JT='test tck' COMMAND='mx build' SKIP_BUILD=true
- env: JT='test tck' COMMAND='mx -v build' SKIP_BUILD=true
- env: JT='check_ambiguous_arguments' SKIP_BUILD=true V=1
- env: JT='test mri'
- env: JT='test bundle'
Expand Down

0 comments on commit 9eaa38f

Please sign in to comment.