mirror of https://github.com/docker/docs.git
Travis: install wine on linux
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
parent
94a55bc87e
commit
f50a846d26
|
|
@ -4,4 +4,6 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
|||
brew unlink node
|
||||
brew update
|
||||
brew install homebrew/versions/node4-lts
|
||||
else
|
||||
apt-get install wine
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue