Skip to content

Commit

Permalink
ci(aio): update travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Apr 18, 2017
1 parent 3449d07 commit 3a59bd8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ language: node_js
node_js:
- "6"

cache:
directories:
- node_modules
- $HOME/.npm
- $HOME/.cache/yarn

addons:
apt:
sources:
Expand All @@ -22,9 +16,6 @@ before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH

- npm config set spin false
- npm i -g npm@latest

install:
- yarn

Expand Down

0 comments on commit 3a59bd8

Please sign in to comment.