Skip to content

Commit

Permalink
Add a small piece of debugging info to travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
eternicode committed Feb 5, 2013
1 parent 7ced21f commit c6f93ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,2 +1,4 @@
before_script: cd ./tests
script: phantomjs run-qunit.js tests.html
before_script:
- cd ./tests
- echo "new Date().toString();" | phantomjs
script: phantomjs run-qunit.js tests.html

0 comments on commit c6f93ee

Please sign in to comment.