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

Commit d79d061

Browse files
committed
Update deps.
1 parent 1e181f4 commit d79d061

File tree

4 files changed

+2307
-2066
lines changed

4 files changed

+2307
-2066
lines changed

.travis.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ node_js:
88
cache:
99
directories:
1010
- ~/.npm
11-
- ~/.yarn-cache
1211

1312
git:
1413
depth: 10
@@ -18,15 +17,8 @@ branches:
1817
- master
1918

2019
before_install:
21-
# Use exact Node version.
2220
- nvm use $TRAVIS_NODE_VERSION
23-
24-
# Setup package managers.
25-
- npm set loglevel error
26-
- npm set progress false
27-
- npm i -g [email protected]
28-
- yarn -V
21+
- npm i -g npm@^5
2922

3023
install:
31-
# Install packages.
32-
- yarn
24+
- npm i

0 commit comments

Comments
 (0)