Skip to content

Commit 87d86cf

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 1157aa8 commit 87d86cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branches:
55
except:
66
- /^v\d+\.\d+\.\d+(-(alpha|beta)\.\d+(@(alpha|beta))?)?$/
77
before_script:
8-
- npm ls >/dev/null
8+
- npm ls --production >/dev/null
99
deploy:
1010
provider: script
1111
skip_cleanup: true

0 commit comments

Comments
 (0)