Skip to content

Commit

Permalink
I HAVE NO IDEA WHAT I AM DOING
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Oct 28, 2018
1 parent 6916ecb commit a56a536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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 firefox --pre -y; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install chromium --pre -y; fi

script:
Expand Down

0 comments on commit a56a536

Please sign in to comment.