Skip to content

Commit 5078f4f

Browse files
authored
chore(ci): add node v10 to test matrix (#69)
* Update to node 10 in .travis.yml * chore(ci): add `ignore-engines` flag to `yarn`
1 parent 16647a8 commit 5078f4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- '8'
3+
- '8'
4+
- '10'
45
matrix:
56
fast_finish: true
67
cache:
@@ -10,6 +11,7 @@ cache:
1011
- node_modules
1112
before_install:
1213
- yarn config set no-progress
14+
- yarn config set ignore-engines true
1315
- yarn global add greenkeeper-lockfile@1
1416
install:
1517
- yarn

0 commit comments

Comments
 (0)