Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 7a0f6f0

Browse files
committed
Update travis tests.
1 parent d6ddc70 commit 7a0f6f0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 7
4+
- 9
5+
- 8
56
- 6
67
- 4
78

@@ -15,10 +16,3 @@ git:
1516
branches:
1617
only:
1718
- master
18-
19-
before_install:
20-
- nvm use $TRAVIS_NODE_VERSION
21-
- npm i -g npm@^5
22-
23-
install:
24-
- npm i

0 commit comments

Comments
 (0)