We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06dac6 commit 9a27132Copy full SHA for 9a27132
.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