Navigation Menu

Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kis committed Dec 27, 2017
1 parent 64824bb commit 9499c68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,3 +1,4 @@
os: osx
sudo: required
language: node_js
node_js:
Expand All @@ -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:
Expand Down

0 comments on commit 9499c68

Please sign in to comment.