1
0
Fork 0

Trying to add Devel to Travis

This commit is contained in:
Lucas Dohmen 2012-09-26 15:16:44 +02:00
parent 60966e64f2
commit b5156d26cf
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
language: c
before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'"
script: "./configure && make && ./unittests.sh"
script: "./configure && make unittests"
branches:
only:
- master
- 1.0
- 1.1
- devel