mirror of https://github.com/grpc/grpc-dart.git
Update .travis.yml (#230)
This commit is contained in:
parent
1213bc546b
commit
5ac5d6a1e4
|
|
@ -6,7 +6,7 @@ addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
|
|
||||||
# The Chrome addon does not work on windows
|
# The Chrome addon does not work on windows
|
||||||
install:
|
before_install:
|
||||||
- if [ $TRAVIS_OS_NAME = windows ]; then choco install googlechrome ; fi
|
- if [ $TRAVIS_OS_NAME = windows ]; then choco install googlechrome ; fi
|
||||||
|
|
||||||
# Run against both the dev and stable channel.
|
# Run against both the dev and stable channel.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue