POSIX shell.

This commit is contained in:
Martin Rotter 2016-08-24 11:04:33 +02:00
parent a16b81d1f6
commit d1051c0351

View File

@ -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