chore: don't add travis-only deps to package.json
`npm@5` changed to save-by-default, which screwed up the plan of keeping travis-only deps out of `package.json`. Fixes #1894
This commit is contained in:
parent
fa7ed079ed
commit
57471ddcff
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ cache:
|
|||
# Custom install step so the travis-only stuff doesn't need to be in package.json
|
||||
install:
|
||||
- npm install
|
||||
- npm install @alrra/travis-scripts@^3.0.1 gh-pages@^0.12.0
|
||||
- npm install --no-save @alrra/travis-scripts@^3.0.1 gh-pages@^0.12.0
|
||||
|
||||
# Bundle before running tests so the bundle is always up-to-date
|
||||
before_script: npm run build --silent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue