Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 58aa71c

Browse files
committed
ci: use stable NodeJS versions
Only even numbered NodeJS releases are considered stable and so TravisCI tests the stable releases.
1 parent fc677bd commit 58aa71c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ language: node_js
22
sudo: false
33
node_js:
44
- 4
5-
- 5
65
- 6
7-
- 7
6+
- 8
7+
- node
88

99
before_script:
1010
- npm run bower
11+
1112
after_success:
1213
- cat ./coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)