mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-02-01 14:41:08 +00:00
fix .travis.yml
This commit is contained in:
@ -3,4 +3,4 @@ compiler:
|
||||
- gcc
|
||||
- clang
|
||||
# Change this to your needs
|
||||
script: ./configure && make
|
||||
script: ./autogen.sh && ./configure && make
|
||||
|
||||
Reference in New Issue
Block a user