Skip to content

Commit

Permalink
ci(peer-deps): limited the check to prod deps
Browse files Browse the repository at this point in the history
since the airbnb config doesnt yet officially support the eslint pre-release
  • Loading branch information
travi committed May 30, 2019
1 parent 1157aa8 commit 87d86cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branches:
except:
- /^v\d+\.\d+\.\d+(-(alpha|beta)\.\d+(@(alpha|beta))?)?$/
before_script:
- npm ls >/dev/null
- npm ls --production >/dev/null
deploy:
provider: script
skip_cleanup: true
Expand Down

0 comments on commit 87d86cf

Please sign in to comment.