Explorar o código

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.
todd %!s(int64=6) %!d(string=hai) anos
pai
achega
8f1588c5df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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