aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2016-01-06 08:47:31 +0100
committerJan Dalheimer <jan@dalheimer.de>2016-01-06 10:33:47 +0100
commit34bf4ccdc749cdc7327bfcd450e04deaf1989b78 (patch)
tree1b19115d510163457cc7622385dfaea962bdebe6 /.travis.yml
parentaa8103adf21acb2ad88044f2c2e728b2d6649f2c (diff)
downloadPrismLauncher-34bf4ccdc749cdc7327bfcd450e04deaf1989b78.tar.gz
PrismLauncher-34bf4ccdc749cdc7327bfcd450e04deaf1989b78.tar.bz2
PrismLauncher-34bf4ccdc749cdc7327bfcd450e04deaf1989b78.zip
NOISSUE Add more qt versions to travis
5.0, 5.1 and 5.2 are currently marked as "allow failure". If they can be made to pass they should be removed from this list, if not they should be removed entirely.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml25
1 files changed, 23 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b639b03f..c4a064c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,13 +13,34 @@ os:
- linux
# - osx
env:
- - QT_VERSION=5.5.1 # latest stable
-# - QT_VERSION=5.5-beta # latest
+ - QT_VERSION=5.0.2
+ - QT_VERSION=5.1.1
+ - QT_VERSION=5.2.1
+ - QT_VERSION=5.3.2
+ - QT_VERSION=5.4.2
+ - QT_VERSION=5.5.1 # latest
matrix:
exclude:
# only use clang on OS X
- os: osx
compiler: gcc
+ # only use the qt available from homebrew
+ - os: osx
+ env: QT_VERSION=5.0.2
+ - os: osx
+ env: QT_VERSION=5.1.1
+ - os: osx
+ env: QT_VERSION=5.2.1
+ - os: osx
+ env: QT_VERSION=5.3.2
+ - os: osx
+ env: QT_VERSION=5.4.2
+ - os: osx
+ env: QT_VERSION=5.5.1
+ allow_failures:
+ - env: QT_VERSION=5.0.2
+ - env: QT_VERSION=5.1.1
+ - env: QT_VERSION=5.2.1
# Install dependencies
install: