We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8788a5 commit 8e4111bCopy full SHA for 8e4111b
.travis.yml
@@ -1 +1,2 @@
1
-script: phantomjs ./tests/phantom.js
+before_script : cd tests
2
+script: phantomjs phantom.js
tests/files/general.js
@@ -163,4 +163,4 @@
163
164
addTests(test);
165
166
-})();
+})();
tests/phantom.js
@@ -49,7 +49,7 @@ function createReport(obj) {
49
50
//this should be run on a server
51
//but for now local file seems ok
52
-page.open('./tests/index.html', function(status) {
+page.open('index.html', function(status) {
53
//var timeout = setTimeout(function(){
54
var evaluate = function(){
55
return page.evaluate(function(phantom) {
0 commit comments