Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Fix CI peer dependency issue
Browse files Browse the repository at this point in the history
Change-Id: Ib4ff94a5d7b25c398f9df29f441ec1989b0a9352
  • Loading branch information
Matt Carroll committed Nov 21, 2018
1 parent 18630f1 commit 124ac8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ language: node_js
node_js:
- "8"
- "6"
before_install:
- npm i -g actions-on-google@^2.5.0
script: npm run test:ci
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"test": "npm run lint && ava",
"test:ci": "ava",
"test:ci": "npm i actions-on-google@^2.5.0 && ava",
"lint": "eslint --fix \"src/**/*.js\" \"test/*.js\" \"script/*.js\"",
"docs": "node ./generateDocs.js",
"zip": "npm run zip:actions-on-google && npm run zip:multilocale && npm run zip:temperature-converter && npm run zip:quick-start",
Expand Down

0 comments on commit 124ac8e

Please sign in to comment.