Skip to content

Commit c6f93ee

Browse files
committed
Add a small piece of debugging info to travis script
1 parent 7ced21f commit c6f93ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
before_script: cd ./tests
2-
script: phantomjs run-qunit.js tests.html
1+
before_script:
2+
- cd ./tests
3+
- echo "new Date().toString();" | phantomjs
4+
script: phantomjs run-qunit.js tests.html

0 commit comments

Comments
 (0)