aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9b5a186b8256f2ba4bbce848be82c06e06bee739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: c

#addons:
#    apt:
#        sources:
#            - ubuntu-toolchain-r-test
#        packages:
#            - automake-1.14

script:
    - automake --version
#    - ./bootstrap && ./configure && make