Update .travis.yml (#230)

This commit is contained in:
Sigurd Meldgaard 2019-08-16 10:06:09 +02:00 committed by Michael Thomsen
parent 1213bc546b
commit 5ac5d6a1e4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ addons:
chrome: stable
# The Chrome addon does not work on windows
install:
before_install:
- if [ $TRAVIS_OS_NAME = windows ]; then choco install googlechrome ; fi
# Run against both the dev and stable channel.