From 9499c6886bdf4472cc107a799bd392b770a12195 Mon Sep 17 00:00:00 2001 From: Kirill Stepkin Date: Wed, 27 Dec 2017 22:56:58 +0200 Subject: [PATCH] update travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e87ef53..0da3092 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +os: osx sudo: required language: node_js node_js: @@ -6,7 +7,7 @@ cache: yarn install: npm install script: "sudo $(which yarn) test" before_script: - - sudo apt-get update && sudo apt-get install yarn + - brew install yarn - chmod +x sh/build.sh - ./sh/build.sh notifications: