This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2014-05-19 03:28:50 +00:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
|
|
|
|
2014-04-25 16:32:13 +00:00
|
|
|
language: cpp
|
2014-05-19 03:28:50 +00:00
|
|
|
|
2014-12-20 17:03:29 +00:00
|
|
|
cache:
|
|
|
|
apt: true
|
|
|
|
directories:
|
|
|
|
- .homebrew-cache
|
2014-12-20 16:37:00 +00:00
|
|
|
|
2014-04-25 16:32:13 +00:00
|
|
|
before_install:
|
2014-05-19 03:28:50 +00:00
|
|
|
- sh .travis-deps.sh
|
|
|
|
|
2014-04-25 16:32:13 +00:00
|
|
|
script:
|
2014-05-19 03:28:50 +00:00
|
|
|
- sh .travis-build.sh
|