summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 991bfcad760b3d0589e2439540d7206169a86d40 (plain)
1
2
3
4
5
6
7
8
9
10
11
# no installation...

# 1.9.1 is OK, since it is the most adopted version
install: "sudo apt-get build-dep ruby1.9.1"
before_script: autoconf
script: "./configure && make all test"

branches:
  only:
    - trunk
    - ruby_1_9_3