1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02: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