Skip to content

Commit

Permalink
chore: adds travis ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
virtyaluk committed Jan 11, 2020
1 parent 766deb6 commit 38e98fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- 13
install:
- npm install
script:
- npm test
- codecov -f coverage/*.json
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"chai": "^4.2.0",
"chai-almost": "^1.0.1",
"chai-datetime": "^1.5.0",
"codecov": "^3.6.1",
"cross-env": "^6.0.3",
"eslint": "^6.6.0",
"mocha": "^7.0.0",
Expand Down

0 comments on commit 38e98fe

Please sign in to comment.