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

Commit 45caf83

Browse files
authored
Update travis.yml: Add node 6 & 7 (#58)
Also drops the `lts/boron` alias in favour of the better supported alias `6`.
1 parent 142ac69 commit 45caf83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: node_js
22
sudo: required
33
node_js:
44
- 6.3.1
5-
- lts/boron
5+
- 6
6+
- 7
67
script: npm run-script ci
78
cache:
89
directories:

0 commit comments

Comments
 (0)