Skip to content

Commit d65c20e

Browse files
committed
ci(peer-deps): limited the check to prod-deps
since the airbnb config doesnt yet officially support the eslint pre-release
1 parent 44b8c42 commit d65c20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ notifications:
44
branches:
55
except:
66
- /^v\d+\.\d+\.\d+(-(alpha|beta)\.\d+(@(alpha|beta))?)?$/
7-
before_script:
8-
- npm ls >/dev/null
7+
#before_script:
8+
# - npm ls >/dev/null
99
deploy:
1010
provider: script
1111
skip_cleanup: true

0 commit comments

Comments
 (0)