Skip to content

Commit 7cc4a51

Browse files
committed
ci(peer-deps): re-enabled the check for dev-dependencies
now that v6 of eslint is officially supported by the airbnb config
1 parent 75935f3 commit 7cc4a51

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 --production >/dev/null
8+
- npm ls >/dev/null
99
deploy:
1010
provider: script
1111
skip_cleanup: true

0 commit comments

Comments
 (0)