summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e5c96ca95d4c1b829d6c053a1f274583ba1307b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

notifications:
  irc:
    channels:
      - "irc.freenode.org#ruby-core"
      - "irc.freenode.org#ruby-ja"
    on_success: change # [always|never|change] # default: always
    on_failure: change # [always|never|change] # default: always