diff --git a/.travis.yml b/.travis.yml index 1ca59d8..0d6fc6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ before_script: - sudo apt-get install -y protobuf-c-compiler libprotobuf-c0-dev script: - cd src && ./configure && make - - cd test && make test + - cd tests && make test