Skip to content

Commit ac71acb

Browse files
committed
getting close with travis
1 parent 318bb16 commit ac71acb

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ node_js:
66
- 0.9
77
- 0.8
88

9+
before_install:
10+
- phantomjs --version
11+
912
before_script:
1013
- npm install -g grunt-cli
1114

Gruntfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ module.exports = function(grunt) {
6666
}
6767
},
6868
qunit: {
69+
all:{
70+
options:{
71+
urls: ['./test/tests.html']
72+
}
73+
}
6974
files: ["./test/tests.js"]
7075
}
7176
});
File renamed without changes.

0 commit comments

Comments
 (0)