Commit 7bbd8fcd by Ben Drucker

Fail builds when linting does not pass

parent 6dab49c2
...@@ -4,7 +4,9 @@ node_js: ...@@ -4,7 +4,9 @@ node_js:
- '0.10' - '0.10'
before_script: before_script:
- export PATH="$PATH:$(npm bin)" - export PATH="$PATH:$(npm bin)"
script:
- gulp lint - gulp lint
- npm test
deploy: deploy:
provider: npm provider: npm
email: bvdrucker@gmail.com email: bvdrucker@gmail.com
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment