We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ced21f commit c6f93eeCopy full SHA for c6f93ee
.travis.yml
@@ -1,2 +1,4 @@
1
-before_script: cd ./tests
2
-script: phantomjs run-qunit.js tests.html
+before_script:
+ - cd ./tests
3
+ - echo "new Date().toString();" | phantomjs
4
+script: phantomjs run-qunit.js tests.html
0 commit comments