Files
oniguruma/.travis.yml
2018-06-04 13:20:26 +09:00

18 lines
174 B
YAML

language: c
compiler:
- gcc
- clang
install: true
branches:
except:
- 5.9.6
before_script:
- autoreconf -fi
script:
- ./configure && make && make all-test