Codebase list snp-sites / upstream/2.3.1 .travis.yml
upstream/2.3.1

Tree @upstream/2.3.1 (Download .tar.gz)

.travis.yml @upstream/2.3.1raw · history · blame

1
2
3
4
5
6
7
8
language: c
compiler:
  - gcc
  - clang
before_install:
 - sudo apt-get update -qq
 - sudo apt-get install -qq check 
script: autoreconf -i && ./configure && make && make check