Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortodd <teidson@bapm.com>2019-02-28 03:22:03 +0300
committertodd <teidson@bapm.com>2019-02-28 03:22:03 +0300
commit8f1588c5df89d074a183d980a4a1460b80b9b98a (patch)
tree727603d8fe4576016b086c247190a9f6b68f1efe
parent3d8a7e1ecf3f52a3e3f94db08d3b113aff7f8036 (diff)
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.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ed9cfbb91..6e2a95dac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ language:
install:
- bundle install
- - npm ci
+ - npm install
script:
- npm run build