Skip to content

Commit

Permalink
Configure Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadeveatii committed Jan 22, 2019
1 parent c1a3289 commit 199f3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ install:
- "gulp tslint"
- "gulp test"
script: "npm run coverage"
after_script: "npm install coveralls@3.0.0 && cat ./coverage/lcov.info | coveralls"
after_script: "npm install coveralls@3.0.2 && cat ./coverage/lcov.info | coveralls"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
}
}
}

0 comments on commit 199f3ce

Please sign in to comment.