Skip to content

Commit 88088ec

Browse files
committed
travis is fixed
1 parent 7be42b2 commit 88088ec

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
language: node_js
2+
23
node_js:
3-
- '0.10.26'
4+
- '0.10'
5+
46
before_install:
57
- export DISPLAY=:99.0
68
- sh -e /etc/init.d/xvfb start
7-
- npm install -g npm
8-
- npm install -g bower
9+
10+
before_script:
911
- npm install -g grunt-cli
10-
- npm install -g karma@0.13.9
12+
- npm install -g karma
1113
- npm install
14+
1215
script:
1316
- grunt travis
17+
1418
deploy:
1519
provider: npm
1620

0 commit comments

Comments
 (0)