Skip to content

Commit

Permalink
Try to install firefox && chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Oct 28, 2018
1 parent 18b2a49 commit b48c30d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then curl -o- -L https://yarnpkg.com/install.sh | bash -s; fi
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then export PATH=$HOME/.yarn/bin:$PATH; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew cask install chromium; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install Firefox; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install chromium-stable; fi

script:
- yarn lint
Expand Down

0 comments on commit b48c30d

Please sign in to comment.