diff options
Diffstat (limited to '.travis-deps.sh')
| -rwxr-xr-x | .travis-deps.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis-deps.sh b/.travis-deps.sh deleted file mode 100755 index 0cee68041..000000000 --- a/.travis-deps.sh +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | set -e | ||
| 4 | set -x | ||
| 5 | |||
| 6 | #if OS is linux or is not set | ||
| 7 | if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then | ||
| 8 | docker pull ubuntu:16.04 | ||
| 9 | elif [ "$TRAVIS_OS_NAME" = "osx" ]; then | ||
| 10 | brew update | ||
| 11 | brew install qt5 sdl2 dylibbundler p7zip | ||
| 12 | fi | ||