aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-15 14:04:10 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-15 14:04:10 +0100
commit6cb94ce48f3e176e9138fe69180fb3f817d34225 (patch)
tree1aeae8876d878826985bffa08545f46c2ba4c752 /.travis.yml
parentUpdate lerna packages (diff)
downloadferdium-app-6cb94ce48f3e176e9138fe69180fb3f817d34225.tar.gz
ferdium-app-6cb94ce48f3e176e9138fe69180fb3f817d34225.tar.zst
ferdium-app-6cb94ce48f3e176e9138fe69180fb3f817d34225.zip
Try to disable automatic npm ci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 831f49210..2f504438a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,9 @@ matrix:
14 14
15language: node_js 15language: node_js
16 16
17install:
18- echo do nothing
19
17before_script: 20before_script:
18- npx lerna bootstrap 21- npx lerna bootstrap
19- npm install node-sass -g 22- npm install node-sass -g