Skip to content

Commit

Permalink
chore: upgrade yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed Sep 24, 2018
1 parent 7002b8c commit ec4a5ec
Show file tree
Hide file tree
Showing 2 changed files with 1,408 additions and 88 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ language: node_js
cache: yarn

node_js:
- '10'
- '8'
- '6'
- "10"
- "8"
- "6"

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

before_script:
Expand All @@ -34,10 +34,10 @@ stages:
jobs:
include:
- stage: lint
node_js: '10'
node_js: "10"
script: yarn lint
- stage: publish
node_js: '10'
node_js: "10"
script: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
deploy:
provider: script
Expand Down
Loading

0 comments on commit ec4a5ec

Please sign in to comment.