Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 0172237

Browse files
committed
Test against more node versions.
1 parent ff8c357 commit 0172237

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
language: node_js
33
node_js:
4+
- stable
45
- iojs
6+
- iojs-v2
57
cache:
68
directories:
79
- bower_components
810
- node_modules
911
sudo: false
1012

11-
before_script:
12-
- npm run install
13-
1413
script: npm run build

0 commit comments

Comments
 (0)