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