valijson/.travis.yml

17 lines
307 B
YAML

language: cpp
compiler:
- clang
- gcc
before_install:
- sudo apt-get install python-software-properties
- sudo add-apt-repository ppa:boost-latest/ppa -y
- sudo apt-get update -qq
install:
- sudo apt-get install -y --force-yes libboost1.55-dev libboost-regex1.55-dev
script:
- ./travis.sh