2015-11-18 14:24:58 -05:00
|
|
|
language: c
|
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
|
|
|
|
script:
|
2016-04-21 18:53:29 -04:00
|
|
|
- make travis_mtest
|
2015-11-18 14:24:58 -05:00
|
|
|
- head -n 5 test.log
|
|
|
|
- tail -n 2 test.log
|
2017-04-11 05:43:45 -04:00
|
|
|
- ./testme.sh --with-cc=gcc --with-low-mp
|
2015-11-18 14:24:58 -05:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
2016-04-21 17:09:29 -04:00
|
|
|
- master
|
2015-11-18 14:24:58 -05:00
|
|
|
- develop
|
2015-12-05 07:58:21 -05:00
|
|
|
notifications:
|
2017-06-06 17:31:30 -04:00
|
|
|
irc: "chat.freenode.net#libtom-notifications"
|