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

Commit d107390

Browse files
committedMay 24, 2018
travis: go with stock
1 parent ee70659 commit d107390

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed
 

‎.travis.yml

-12
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,4 @@ node_js:
55
- "6"
66
- "7"
77
- "4"
8-
before_install:
9-
- "npm config set spin false"
10-
- "ls .npm-bin/bin/npm > /dev/null 2>&1 || npm install --prefix .npm-bin -g npm"
11-
install:
12-
- ".npm-bin/bin/npm prune"
13-
- ".npm-bin/bin/npm install"
148
sudo: false
15-
script: ".npm-bin/bin/npm test"
16-
cache:
17-
directories:
18-
- .npm-bin
19-
- $HOME/.npm
20-
- node_modules

0 commit comments

Comments
 (0)
This repository has been archived.