Skip to content

Commit 1e7641a

Browse files
author
ArnaudSpanneut
committed
fix(travis): Use node 6.3.1
1 parent 1389362 commit 1e7641a

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,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- '0.12'
3+
- '6.3.1'
44
before_script:
55
- 'npm install'
66
- 'bower install'
77
script: npm test
8-
after_script: "npm install coveralls@2.10.0 && cat ./coverage/*/lcov.info | coveralls"
8+
after_script: "npm install coveralls@2.10.0 && cat ./coverage/*/lcov.info | coveralls"

0 commit comments

Comments
 (0)