We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c43dda commit 6ae5c90Copy full SHA for 6ae5c90
.travis.yml
@@ -12,7 +12,7 @@ before_install:
12
install:
13
- echo "Avoid Travis's npm auto-install"
14
before_script: >
15
- npm install --legacy-peer-deps --no-save "eslint@${ESLINT}"
+ npm install --legacy-peer-deps --no-save "eslint@${ESLINT}" eslint-plugin-promise
16
notifications:
17
email: false
18
script:
0 commit comments