aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-10-20 10:42:51 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-10-20 10:42:51 +0200
commite20f3c81779df33a0f354c361eeff20025b4a4c5 (patch)
tree36bf14f37b0f071d1ae6deae7966b8c0bab00dff /.travis.yml
parenttravis vars with --org (diff)
downloadferdium-app-e20f3c81779df33a0f354c361eeff20025b4a4c5.tar.gz
ferdium-app-e20f3c81779df33a0f354c361eeff20025b4a4c5.tar.zst
ferdium-app-e20f3c81779df33a0f354c361eeff20025b4a4c5.zip
add travis wait to build command
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 571d807e6..b7391caec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ before_script:
6- yarn install 6- yarn install
7script: 7script:
8- yarn lint 8- yarn lint
9- yarn build 9- travis wait yarn build
10node_js: 10node_js:
11- '7' 11- '7'
12os: osx 12os: osx