Skip to content

Commit

Permalink
try not using the && in between the grunt command
Browse files Browse the repository at this point in the history
  • Loading branch information
benconnito committed Jul 14, 2016
1 parent f905c9b commit 9552042
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
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "4"
- "0.10"

before_install: npm install -g grunt-cli
after_script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"scripts": {
"test": "grunt nodeunit",
"coveralls": "jscoverage lib && KOPPER_SERVERLESS_COV=1 && grunt nodeunit:all-lcov && grunt coveralls:upload"
"coveralls": "jscoverage lib && KOPPER_SERVERLESS_COV=1 grunt nodeunit:all-lcov && grunt coveralls:upload"
},
"main": "main.js"
}

0 comments on commit 9552042

Please sign in to comment.