Skip to content

Commit

Permalink
Until there are tests, lets exit with code 0 to indicate travis success
Browse files Browse the repository at this point in the history
This means a successful build in Travis has no tests. The Travis build, however, will only
succeed if the build and install of dependencies is correct
  • Loading branch information
jesperronn committed Mar 3, 2015
1 parent 88d6f7a commit 3ff4489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"scripts": {
"postinstall": "bower install && bower prune && gulp",
"start": "PORT=80 node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3ff4489

Please sign in to comment.