Skip to content

Commit

Permalink
Update travis to use latest node & yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jul 4, 2019
1 parent 466017e commit e0ea7fa
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,12 @@ git:
depth: 5

language: node_js
node_js: 6

before_install:
- npm config set spin false --global

cache:
directories:
- ~/.npm
node_js: 10

deploy:
provider: script
skip_cleanup: true
script: npm run deploy
script: yarn run deploy
on:
branch: master

Expand Down

0 comments on commit e0ea7fa

Please sign in to comment.