Skip to content

Commit 5374e52

Browse files
committed
Update node version & travis script
1 parent 6955404 commit 5374e52

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: .travis.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
language: node_js
22
node_js:
3-
- '0.11'
4-
- '0.10'
3+
- "stable"
4+
5+
install:
6+
- npm install
7+
8+
script:
9+
- npm run test
510

611
after_success:
712
- CURRENT_VERSION=$(node -p "require('./package.json').version")

0 commit comments

Comments
 (0)