Edit

kc3-lang/libtommath/.travis.yml

Branch :

  • Show log

    Commit

  • Author : Steffen Jaeckel
    Date : 2017-08-28 17:06:32
    Hash : c107b659
    Message : also build release-branch in travis

  • .travis.yml
  • 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
        - /^release\/.*$/
    
    notifications:
      irc: "chat.freenode.net#libtom-notifications"