Skip to content

Commit 719317c

Browse files
committed
chore(travis): Test only node 9,8,6
1 parent 7df4adf commit 719317c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "4"
5-
- "6"
4+
- "9"
65
- "8"
7-
before_install:
8-
- curl -o- -L https://yarnpkg.com/install.sh | bash
9-
- export PATH="$HOME/.yarn/bin:$PATH"
6+
- "6"
107
cache:
118
yarn: true
129
directories:

0 commit comments

Comments
 (0)