Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
fozg committed Oct 7, 2019
1 parent 9571635 commit 48f5965
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
20 changes: 15 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
language: node_js
node_js: node
cache: npm
node_js:
- '10'
cache: yarn
script:
- npm test
after_success:
- npm run coverage
- yarn storybook:build
# after_success:
# - yarn coveralls
deploy:
provider: pages
local_dir: example
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
on:
branch: master
notifications:
email: false
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,5 @@
},
"dependencies": {
"shallowequal": "^1.1.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit 48f5965

Please sign in to comment.