Skip to content

Commit

Permalink
chore(test): add missing ajv peer dep, transitively required by `inqu…
Browse files Browse the repository at this point in the history
…irer`
  • Loading branch information
ljharb committed Jun 24, 2018
1 parent cd5fedb commit 8066cc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,21 @@ node_js:
- '4'
before_script:
- 'if [ -n "${ESLINT-}" ]; then npm install --no-save "eslint@${ESLINT}"; fi'
- 'if [ -n "${AJV-}" ]; then npm install --no-save "ajv@${AJV}"; fi'
- npm ls > /dev/null
script:
- 'if [ -n "${LINTONLY-}" ]; then npm run lint; else npm run cover && npm run check-coverage; fi'
after_success:
- npm run travis-after-all
env:
matrix:
- ESLINT=5
- ESLINT=4
- ESLINT=5 AJV=6
- ESLINT=4 AJV=5
- ESLINT=3
matrix:
include:
- node_js: "node"
env: LINTONLY=true
exclude:
- node_js: "4"
env: ESLINT=5
env: ESLINT=5 AJV=6
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"yargs": "^8.0.1"
},
"devDependencies": {
"ajv": "^5 || ^6",
"all-contributors-cli": "^4.3.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
Expand Down

0 comments on commit 8066cc2

Please sign in to comment.