Skip to content

Commit

Permalink
Fix shippable.yml for the new formet
Browse files Browse the repository at this point in the history
  • Loading branch information
rogierslag committed May 3, 2016
1 parent 5ac598f commit 7914eab
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ language: node_js
notifications:
email: false

install:
- npm install eslint -g

script:
- eslint .

build:
ci:
- npm install eslint -g
- eslint .

0 comments on commit 7914eab

Please sign in to comment.