Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jun 12, 2017
1 parent 0612826 commit 6c0a63c
Show file tree
Hide file tree
Showing 4 changed files with 1,967 additions and 763 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_js:
cache:
directories:
- ~/.npm
- ~/.yarn-cache
- travis_phantomjs

env:
Expand Down Expand Up @@ -43,18 +42,11 @@ before_install:
fi
phantomjs -v
# Use exact Node version.
- nvm use $TRAVIS_NODE_VERSION

# Setup package managers.
- npm set loglevel error
- npm set progress false
- npm i -g [email protected]
- yarn -V
- npm i -g npm@^5

install:
# Install packages.
- yarn
- npm i

script:
- |
Expand Down
Loading

0 comments on commit 6c0a63c

Please sign in to comment.