Skip to content

Commit 7be42b2

Browse files
committed
fix node to 0.10.26 and karma to 0.13.9
1 parent 4b20777 commit 7be42b2

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,11 +1,13 @@
11
language: node_js
22
node_js:
3-
- '0.10.20'
3+
- '0.10.26'
44
before_install:
55
- export DISPLAY=:99.0
66
- sh -e /etc/init.d/xvfb start
77
- npm install -g npm
8-
- npm install -g bower grunt-cli [email protected]
8+
- npm install -g bower
9+
- npm install -g grunt-cli
10+
- npm install -g [email protected]
911
- npm install
1012
script:
1113
- grunt travis

0 commit comments

Comments
 (0)