aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-10-20 11:13:08 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-10-20 11:13:08 +0200
commitf9a4937eba5496e860c24cdf6aa03cd45f5be30b (patch)
tree672b19fef1e148a997ecc521f15bfd6c32e6cac7 /.travis.yml
parentadd travis wait to build command (diff)
downloadferdium-app-f9a4937eba5496e860c24cdf6aa03cd45f5be30b.tar.gz
ferdium-app-f9a4937eba5496e860c24cdf6aa03cd45f5be30b.tar.zst
ferdium-app-f9a4937eba5496e860c24cdf6aa03cd45f5be30b.zip
fix travis_wait typo
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 b7391caec..d9d9452af 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- travis wait yarn build 9- travis_wait yarn build
10node_js: 10node_js:
11- '7' 11- '7'
12os: osx 12os: osx