summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-18 11:16:51 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-18 11:16:51 +0200
commit574fd5358169534ce79dac703bcd8c9d25b328b5 (patch)
tree2a74b83c5625debf9979b8fd8e117ce1ac8a4b19 /.travis.yml
parent616f47e91c16c67c1dcc2ef2839ed8235498da12 (diff)
verbose, plus in home
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f52b2a62..cdd75976 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,8 @@ before_install:
- cd ..
script:
- - cd IJHack/qtpass
+ - pwd
+ - cd ~/IJHack/qtpass
- ~/Qt5.2.0/5.2.0/gcc_64/bin/qmake -v
- ~/Qt5.2.0/5.2.0/gcc_64/bin/qmake -spec linux-$QtMkspec -Wall qtpass.pro
- make -j$(nproc)