Skip to content

Commit

Permalink
Merge pull request #31 from Turbo87/yarn
Browse files Browse the repository at this point in the history
Use yarn instead of npm
  • Loading branch information
Turbo87 committed Oct 13, 2018
2 parents 8bd2a99 + 27b40be commit 854b9bf
Show file tree
Hide file tree
Showing 2 changed files with 1,104 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,16 @@ matrix:
- node_js: "8"
env: ESLINT_VERSION=4

cache:
yarn: true

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH

install:
- npm install
- npm install eslint@$ESLINT_VERSION
- yarn install
- yarn add eslint@$ESLINT_VERSION

deploy:
provider: npm
Expand Down

0 comments on commit 854b9bf

Please sign in to comment.