summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-18 11:20:28 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-18 11:20:28 +0200
commit1c73bfc906df0fb92284549b2b54c2ce920d72de (patch)
tree76c0802549af8b3c5324111a1f863d42fe6fc0bc /.travis.yml
parent574fd5358169534ce79dac703bcd8c9d25b328b5 (diff)
so thats's how travis works . .
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index cdd75976..0219ccbb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,8 +22,7 @@ before_install:
- cd ..
script:
- - pwd
- - cd ~/IJHack/qtpass
+ - cd 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)