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

Commit 250808c

Browse files
committedAug 12, 2019
chore: update travis yml
1 parent 46b2101 commit 250808c

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed
 

‎.travis.yml

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
# cipm currently relies on npm >5.4.0 to retrieve config
2-
before_install:
3-
- npm i -g npm@>5.4.0
41
language: node_js
5-
sudo: false
2+
63
node_js:
7-
- "10"
8-
- "9"
9-
- "8"
10-
- "6"
4+
- node
5+
- 12
6+
- 10
7+
- 8
8+
- 6
9+
10+
cache:
11+
directories:
12+
- $HOME/.npm
13+
14+
notifications:
15+
email: false

0 commit comments

Comments
 (0)
This repository has been archived.