view 3rdparty/libtommath/.travis.yml @ 64:da6d6597bd69 default tip

rollback
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 15 Feb 2019 20:51:54 +0900
parents 2cf249471370
children
line wrap: on
line source

language: c
compiler:
  - gcc

script:
  - make travis_mtest
  - head -n 5 test.log
  - tail -n 2 test.log
  - ./testme.sh

branches:
  only:
    - master
    - develop
notifications:
  irc: "chat.freenode.net#libtom"