summaryrefslogtreecommitdiff
path: root/.travis-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis-deps.sh')
-rwxr-xr-x.travis-deps.sh12
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
3set -e
4set -x
5
6#if OS is linux or is not set
7if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
8 docker pull ubuntu:16.04
9elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
10 brew update
11 brew install qt5 sdl2 dylibbundler p7zip
12fi