Skip to content

Commit

Permalink
Merge 0cd41e0 into 8114d22
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarin55 authored Mar 9, 2017
2 parents 8114d22 + 0cd41e0 commit a46d4d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"truffle test",
"truffle migrate --reset",
"truffle exec setup/*",
"npm test"
"npm test -- --coverage"
],
"after_script":[
"cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"chalk": "1.1.3",
"classnames": "^2.2.5",
"core-decorators": ">=0.12",
"coveralls": "^2.12.0",
"cross-spawn": "4.0.0",
"css-loader": "0.23.1",
"detect-node": ">=2",
Expand Down

0 comments on commit a46d4d3

Please sign in to comment.