Skip to content

Commit

Permalink
chore: .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Apr 28, 2019
1 parent b5490b2 commit af4ea5e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
branches:
only:
- master
language: node_js
node_js:
- lts/*
Expand All @@ -9,15 +12,12 @@ script:
- yarn build
cache: yarn
deploy:
- on:
branch: master
provider: pages
skip-cleanup: true
keep-history: true
- provider: pages
local-dir: docs
github-token: $GITHUB_TOKEN
- on:
branch: master
provider: npm
skip-cleanup: true
keep-history: true
- provider: npm
email: [email protected]
api_key: $NPM_TOKEN
skip-cleanup: true

0 comments on commit af4ea5e

Please sign in to comment.