aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-15 14:13:27 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-15 14:13:27 +0100
commit16c0a90a23385e210186a2b8656c175e6bde523d (patch)
tree878fbacae4a929974941e9cc5fd594c82f6bcb28 /.travis.yml
parentTry to disable automatic npm ci (diff)
downloadferdium-app-16c0a90a23385e210186a2b8656c175e6bde523d.tar.gz
ferdium-app-16c0a90a23385e210186a2b8656c175e6bde523d.tar.zst
ferdium-app-16c0a90a23385e210186a2b8656c175e6bde523d.zip
Try to get a working bundle
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f504438a..ba827374f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ before_script:
22- npm install node-sass -g 22- npm install node-sass -g
23 23
24script: 24script:
25- npm run lint 25# - npm run lint
26- travis_wait 30 npm run build 26- travis_wait 30 npm run build
27 27
28cache: npm 28cache: npm