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-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
|