mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
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:
parent
3d8a7e1ecf
commit
8f1588c5df
@ -4,7 +4,7 @@ language:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- bundle install
|
- bundle install
|
||||||
- npm ci
|
- npm install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
Loading…
Reference in New Issue
Block a user