Skip to content

Commit 4b20777

Browse files
committed
fix node to 0.10 and karma to 0.10
1 parent 709f49a commit 4b20777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: node_js
22
node_js:
3-
- '0.12'
3+
- '0.10.20'
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 karma
8+
- npm install -g bower grunt-cli karma@0.10.0
99
- npm install
1010
script:
1111
- grunt travis

0 commit comments

Comments
 (0)