1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-07 17:43:53 +01:00

Update .travis.yml

This commit is contained in:
Leland Lucius
2015-04-13 09:11:12 -05:00
parent 50b95646cf
commit ce0d8ddcab

View File

@@ -6,4 +6,4 @@ before_install:
language: cpp
compiler:
- gcc
script: ./configure && make
script: aclocal --install -I m4 && automake && ./configure && make