Skip to content

Commit

Permalink
CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
santino committed Jul 17, 2020
1 parent b2324e9 commit eeac604
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 13,361 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: node_js
node_js:
- stable
- lts/*

cache:
yarn: true
npm: true

language: node_js

node_js:
- stable

install:
- npm install

script:
- npm run build && npm run coverage && bundlesize

after_script:
- COVERALLS_REPO_TOKEN=$coveralls_repo_token npm run coveralls
Loading

0 comments on commit eeac604

Please sign in to comment.