NOISSUE update travis to use Qt 5.5.1
This commit is contained in:
parent
79ae4ef2f7
commit
61ad480588
18
.travis.yml
18
.travis.yml
@ -2,7 +2,8 @@
|
||||
language: cpp
|
||||
cache: apt
|
||||
notifications:
|
||||
email: false
|
||||
irc: "irc.esper.net#MultiMC"
|
||||
email: false
|
||||
|
||||
# Build matrix set up
|
||||
compiler:
|
||||
@ -12,26 +13,13 @@ os:
|
||||
- linux
|
||||
# - osx
|
||||
env:
|
||||
- QT_VERSION=5.4.1 # latest stable
|
||||
- QT_VERSION=5.5.1 # latest stable
|
||||
# - QT_VERSION=5.5-beta # 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.4.1
|
||||
- os: osx
|
||||
env: QT_VERSION=5.5-beta
|
||||
|
||||
allow_failures:
|
||||
# Qt 5.5 is not yet released and is therefore allowed to fail
|
||||
- env: QT_VERSION=5.5-beta
|
||||
|
||||
notifications:
|
||||
irc: "irc.esper.net#MultiMC"
|
||||
email: false
|
||||
|
||||
# Install dependencies
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user