Change travis.yml back to use npm install

The npm version that is running on travis.ci doesn't support `npm ci`
It looks the easy way to update the npm version is updating the
package-lock.json file.
This commit is contained in:
todd 2019-02-27 19:22:03 -05:00
parent 3d8a7e1ecf
commit 8f1588c5df

View file

@ -4,7 +4,7 @@ language:
install: install:
- bundle install - bundle install
- npm ci - npm install
script: script:
- npm run build - npm run build