Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Commit

Permalink
update deprecated module and put coveralls stuff in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Nov 14, 2015
1 parent 4466f72 commit da7481a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "4.1"
- 4
- node

sudo: false

Expand Down Expand Up @@ -32,4 +33,5 @@ before_script:
- npm run build

after_script:
- npm run coveralls
- npm install coveralls
- npm run coverage | coveralls
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"testverbose": "bndg test/*.test.js",
"precoverage": "istanbul instrument server -o server-cov",
"coverage": "istanbul cover bndg test/*.test.js > /dev/null && cat coverage/lcov.info",
"coveralls": "npm run coverage && cat coverage/lcov.info | coveralls",
"preinstall": "cd app && npm install"
},
"dependencies": {
Expand All @@ -41,8 +40,7 @@
"co": "^4.5.4",
"co-fs": "^1.2.0",
"co-request": "^1.0.0",
"coveralls": "^2.11.2",
"istanbul-harmony": "^0.3.12",
"istanbul": "^0.4.0",
"json": "^9.0.3",
"uglify-js": "^2.4.24",
"vulcanize": "^1.8.1"
Expand Down

0 comments on commit da7481a

Please sign in to comment.