mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Update .travis.yml
This commit is contained in:
parent
9910cf3344
commit
865b03d712
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
language: c
|
||||
|
||||
before_script: sudo apt install check
|
||||
before_script:
|
||||
- sudo apt update
|
||||
- sudo apt install check
|
||||
|
||||
script:
|
||||
- ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue