travis: cd src

This commit is contained in:
Heikki Hannikainen 2016-02-14 12:01:16 +02:00
parent eb6b37153d
commit 1e19ce3e61
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ language: c
compiler:
- clang
- gcc
script: ./configure && make
script: cd src && ./configure && make