From 7623eef6068edb21061420b2ac41577c689506e1 Mon Sep 17 00:00:00 2001 From: straker <2433219+straker@users.noreply.github.com> Date: Mon, 29 Jun 2020 00:27:31 -0600 Subject: [PATCH] build gh-pages --- .travis.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 56ed861f..c163c359 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" \ No newline at end of file +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 \ No newline at end of file