Edit

kc3-lang/libtommath/.travis.yml

Branch :

  • Show log

    Commit

  • Author : Steffen Jaeckel
    Date : 2016-04-22 00:53:29
    Hash : 447f7b81
    Message : mtest takes a while... don't let travis kill it

  • .travis.yml
  • 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"