POSIX shell.
This commit is contained in:
parent
a16b81d1f6
commit
d1051c0351
@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
if test "$TRAVIS_OS_NAME" = 'osx'; then
|
||||
if test "$TRAVIS_OS_NAME" = "osx"; then
|
||||
# Mac OS X.
|
||||
brew update
|
||||
brew install qt5
|
||||
else
|
||||
# Linux.
|
||||
apt-get update
|
||||
apt-get -y install qt57tools qt57base qt57webengine
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install qt57tools qt57base qt57webengine
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user