Skip to content

Commit 6f43205

Browse files
committed
ci(peer-deps): re-enabled the check
now that eslint v6 is officially supported by the airbnb config
1 parent 35ecd04 commit 6f43205

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)