Skip to content

Commit

Permalink
ci(peer-deps): disabled the compatibility check
Browse files Browse the repository at this point in the history
since the airbnb config does not yet claim to be compatible with the pre-release of eslint
  • Loading branch information
travi committed May 25, 2019
1 parent 55d626e commit bf2de58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ notifications:
branches:
except:
- /^v\d+\.\d+\.\d+(-(alpha|beta)\.\d+(@(alpha|beta))?)?$/
before_script:
- npm ls >/dev/null
#before_script:
# - npm ls >/dev/null
deploy:
provider: script
skip_cleanup: true
Expand Down

0 comments on commit bf2de58

Please sign in to comment.