17 lines
246 B
YAML
17 lines
246 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
|
|
script:
|
|
- make travis_mtest
|
|
- head -n 5 test.log
|
|
- tail -n 2 test.log
|
|
- ./testme.sh --with-cc=gcc --with-low-mp
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- develop
|
|
notifications:
|
|
irc: "chat.freenode.net#libtom"
|