Just cd for travis

This commit is contained in:
John Maguire 2017-08-07 17:32:38 +01:00
parent 186250cc77
commit 95b59b8f63

View File

@ -35,5 +35,6 @@ addons:
- qt4-dev-tools - qt4-dev-tools
script: script:
- cmake --build bin - cd bin
- make -C bin - cmake ..
- make