aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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