Skip to content

Commit

Permalink
Added yarn install script to use the latest version of yarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Oct 9, 2019
1 parent ff22499 commit 4caff78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
sudo: required
language: node_js
cache: yarn
os:
- linux
- osx
Expand All @@ -20,6 +21,8 @@ addons:
services:
- xvfb
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then google-chrome --version; fi
Expand Down

0 comments on commit 4caff78

Please sign in to comment.