mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-25 21:11:32 +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:
|
||||
- bundle install
|
||||
- npm ci
|
||||
- npm install
|
||||
|
||||
script:
|
||||
- npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user