summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2017-02-28 09:49:58 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2017-02-28 09:49:58 +0100
commit83ec45b0b3067b67027a14cde398868939fab4fa (patch)
tree6c4c54cb52e25c5dee8442170111740ff362d8c2 /.travis.yml
parentfc30723b04d8452e6282e4033dce62e09f8d79a5 (diff)
test export QT_QPA_PLATFORM=offscreen
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 38fccf69..0e77ae24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,6 +43,7 @@ script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pandoc --standalone --from=markdown_github --to=rtf --output=README.rtf README.clean; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then appdmg appdmg.json qtpass-$(grep ^VERSION qtpass.pri | cut -d " " -f 6).dmg; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export VERSION=$(grep ^VERSION qtpass.pri | cut -d " " -f 6); fi
+- export QT_QPA_PLATFORM=offscreen
- cd tests
- qmake
- make