summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-10 01:23:27 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-07-10 01:23:27 +0200
commit42c2f3beeb0108c14201eda6acb3bf5059e0a5fa (patch)
tree1966a94044727b7035edbf810e88f6e823413b4d /.travis.yml
parentbe6fcc2e95b5d3223a1f3eec1a76910fd532a4aa (diff)
clean
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d0598166..15cc4a8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,6 @@ compiler:
- gcc
- clang
-before_install:
- - QtMkspec=$CC
-
addons:
apt:
packages:
@@ -19,7 +16,7 @@ addons:
script:
- qmake -v
- - qmake -spec linux-$QtMkspec -Wall qtpass.pro
+ - qmake -Wall qtpass.pro
- make -j$(nproc)
notifications: