Skip to content

Commit

Permalink
try gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pasupulaphani committed Jun 28, 2020
1 parent 95bd308 commit 6cd25da
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .travis.yml
@@ -1,8 +1,29 @@
language: node_js
node_js:
- '10'

services:
- redis-server

after_success:
- npm run lint
- npm run coveralls

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
on:
branch: master

notifications:
email:
on_success: never
on_failure: always
on:
branch: master

cache:
directories:
- node_modules
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"lint": "eslint -c .eslintrc.js --ext .ts src",
"build": "npm run build:clean && tsc",
"build:watch": "tsc --watch",
"build:clean": "rimraf docs",
"build:clean": "rimraf dist",
"test": "jest --runInBand --detectOpenHandles --forceExit --coverage",
"test:watch": "jest --runInBand --detectOpenHandles --forceExit --watch",
"coveralls": "coveralls < coverage/lcov.info",
Expand Down

0 comments on commit 6cd25da

Please sign in to comment.