mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 18:20:27 +01:00
17 lines
307 B
YAML
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
|