Skip to content

Commit

Permalink
Travis: add note about not using Trusty containers
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
malept committed Apr 2, 2017
1 parent 68fbb36 commit 080a486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

case "$TRAVIS_OS_NAME" in
"linux")
# Not using Trusty containers because it can't install wine1.6(-i386),
# see: https://github.com/travis-ci/travis-ci/issues/6460
sudo rm /etc/apt/sources.list.d/google-chrome.list
sudo dpkg --add-architecture i386
sudo apt-get update
Expand Down

0 comments on commit 080a486

Please sign in to comment.