ruby/.travis.yml

9 строки
132 B
YAML

# no installation...
before_script: autoconf
script: "./configure && make all test"
branches:
only:
- trunk
- ruby_1_9_3