fixed .travis.yml for the second time
This commit is contained in:
parent
82b4545d53
commit
22af7b1c75
@ -1,5 +1,9 @@
|
||||
language: c
|
||||
sudo: false
|
||||
before_scirpt: cd moo
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
script:
|
||||
- ./configure && make
|
||||
- cd moo && ./configure && make
|
Loading…
Reference in New Issue
Block a user