Skip to content

Commit

Permalink
More travis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
larowlan committed Sep 25, 2014
1 parent 9433bc0 commit 6c3e335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ script:
- cd $TRAVIS_BUILD_DIR/../drupal
- ls -la $TRAVIS_BUILD_DIR/../drupal/sites/default
# Run the tests
- php core/scripts/run-tests.sh --verbose --color --concurrency 4 --php `which php` --url http://localhost "default_content" > /tmp/test.txt
- php core/scripts/run-tests.sh --verbose --color --concurrency 4 --php `which php` --url http://localhost "default_content" && echo "exit status: $?"
- TEST_EXIT=$?
- echo $TEST_EXIT
- cat /tmp/test.txt
Expand Down

0 comments on commit 6c3e335

Please sign in to comment.