summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2017-03-03 00:36:52 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2017-03-03 00:36:52 +0100
commite58ae96f823c547de0e1ff063a7b92e13deecc6e (patch)
tree98165768b5e3e954f8ae6f64c413b3666e691d82 /.travis.yml
parente06053898032a5f1a16253d768911182c7fafb7f (diff)
More travis reverts
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 61c1a29e..efe5aed9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,9 +29,9 @@ install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install pandoc; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then npm install -g appdmg; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -qq update; fi
-- if [ "$TRAVIS_OS_NAME" = "linux" && "$QT_BASE" != "48" ]; then sudo apt-get -qq install qt58base qt58tools qt58svg; fi
+- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -qq install qt58base qt58tools qt58svg; fi
before_script:
-- if [ "$TRAVIS_OS_NAME" = "linux" && "$QT_BASE" != "48" ]; then source /opt/qt${QT_BASE}/bin/qt58-env.sh; fi
+- if [ "$TRAVIS_OS_NAME" = "linux" ]; then source /opt/qt58/bin/qt58-env.sh; fi
script:
- qmake -v
- qmake -Wall qtpass.pro