summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 34d728818a80788d5801348a2e7b1bb11ce44deb (plain)
1
2
3
4
5
6
7
# no installation...
before_script: autoconf
script: "./configure && make all test"

branches:
  only:
    - trunk