Skip to content

Commit 64b00bc

Browse files
committed
Fix travis build.
1 parent 50b1983 commit 64b00bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: node_js
22
node_js:
3+
- "0.10"
34
- "0.8"
45
before_install:
56
- sudo apt-get update -qq
67
- sudo apt-get install -qq php5-cli
8+
- npm install -g npm@1.4
79
script: make test

0 commit comments

Comments
 (0)