https://github.com/kdmurray91/kWIP
Raw File
Tip revision: b3a5784e54dfa58a697b87f699f9e578f5fe1270 authored by Kevin Murray on 12 January 2016, 02:31:34 UTC
Merge branch 'constify'
Tip revision: b3a5784
.travis.yml
language: cpp

env:
 matrix:
  - BUILD_TYPE=Release
  - BUILD_TYPE=Debug

compiler:
  - gcc
  - clang

addons:
  apt:
    sources:
    - ubuntu-toolchain-r-test
    packages:
    - gcc-4.8
    - g++-4.8
#    - python-sphinx

install:
- export CXX="g++-4.8" CC="gcc-4.8"

script:
 - bash .biojenkins-build.sh
back to top