Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romannurik committed Sep 18, 2018
1 parent 31253f6 commit ab9e29e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
language: node_js
node_js:
- 8
script: npm run build
cache:
directories:
- node_modules

# deploy to gh-pages: https://docs.travis-ci.com/user/deployment/pages/
deploy:
provider: pages
local-dir: dist
target-branch: gh-pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # set in the settings page of the repo on travis-ci.com
keep-history: true
on:
branch: master

0 comments on commit ab9e29e

Please sign in to comment.