aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-07-01 21:45:50 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-07-01 21:45:50 +0700
commit876bdc4c2fcc30ef5c736f12130dc67a67a2e69c (patch)
tree4c1f8bbd2e078270844ef59c34e909f2532af681 /.travis.yml
parentFix 'isDelayAppScreenVisible' no-unused-vars (diff)
downloadferdium-app-876bdc4c2fcc30ef5c736f12130dc67a67a2e69c.tar.gz
ferdium-app-876bdc4c2fcc30ef5c736f12130dc67a67a2e69c.tar.zst
ferdium-app-876bdc4c2fcc30ef5c736f12130dc67a67a2e69c.zip
Revert "Remove travis_wait"
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 9bda9de39..ca238e86b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ before_script:
19 - npm install node-sass -g 19 - npm install node-sass -g
20script: 20script:
21 - npm run test 21 - npm run test
22 - npm run build 22 - travis_wait 30 npm run build
23cache: npm 23cache: npm
24deploy: 24deploy:
25 provider: s3 25 provider: s3