Skip to content

Commit

Permalink
Fixed calls to new make tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
alinex committed Aug 17, 2014
1 parent 2bd25fa commit 05dc508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_js:
- "0.11"
- "0.10"
after_success:
- COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=bOsNVcF2rXYY25lOxz8TqnyWCOSRqfdGD node_modules/.bin/alinex-make test -c --coveralls
- COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=bOsNVcF2rXYY25lOxz8TqnyWCOSRqfdGD node_modules/.bin/alinex-make -c test --coverage --coveralls
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"license": "Apache-2.0",
"main": "./lib/index.js",
"scripts": {
"prepublish": "node_modules/.bin/alinex-make compile",
"test": "node_modules/.bin/alinex-make test"
"prepublish": "node_modules/.bin/alinex-make -c compile",
"test": "node_modules/.bin/alinex-make -c test"
},
"directories": {
"lib": "./lib"
Expand Down

0 comments on commit 05dc508

Please sign in to comment.