aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-28 22:28:07 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-28 22:28:07 +0700
commit37e1f1eaaa098ede90192b0c983145ef6e10363f (patch)
tree9b949ebf11ce8f2f44c246187603008e8fcc3dc7
parentMerge branch 'develop' (diff)
downloadferdium-app-37e1f1eaaa098ede90192b0c983145ef6e10363f.tar.gz
ferdium-app-37e1f1eaaa098ede90192b0c983145ef6e10363f.tar.zst
ferdium-app-37e1f1eaaa098ede90192b0c983145ef6e10363f.zip
Remove travis_wait for npx lerna bootstrap
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d44187e75..235953fad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ before_install:
23install: 23install:
24 - echo do nothing 24 - echo do nothing
25before_script: 25before_script:
26 - travis_wait 60 npx lerna bootstrap 26 - npx lerna bootstrap
27 - npm install node-sass -g 27 - npm install node-sass -g
28script: 28script:
29 - travis_wait 30 npm run build 29 - travis_wait 30 npm run build