Skip to content

Commit

Permalink
Test: don't run Travis setup quietly to make it easier to track setup…
Browse files Browse the repository at this point in the history
… errors.
  • Loading branch information
aljungberg committed Dec 9, 2013
1 parent fadffee commit febce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 0.8
install: ./bootstrap.sh --quiet --noprompt --directory ./narwhal
install: ./bootstrap.sh --noprompt --directory ./narwhal
script: jake test
env: PATH="$TRAVIS_BUILD_DIR/narwhal/bin:$PATH" CAPP_BUILD="$TRAVIS_BUILD_DIR/Build" NARWHAL_ENGINE=rhino

0 comments on commit febce68

Please sign in to comment.