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

branches:
  only:
    - trunk
    - ruby_1_9_3