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