Skip to content

Commit

Permalink
build gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Jun 29, 2020
1 parent 219067c commit 7623eef
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
Expand Up @@ -5,5 +5,15 @@ dist: trusty
sudo: required
addons:
chrome: stable
script: npm test && npm run test:permutations
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
script: npm run build && npm test && npm run test:permutations
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

# Deploy github pages
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
local_dir: docs
# on:
# branch: master

0 comments on commit 7623eef

Please sign in to comment.