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
|
|
|
|
2015-03-06 23:54:09 +00:00
|
|
|
env:
|
|
|
|
global:
|
2015-05-25 18:34:09 +00:00
|
|
|
- secure: "AXHFIafTmbGDsHD3mUVj5a4I397DQjti/WoqAJGUp2PglxTcc04BwxZ9Z+xLuf5N2Hs5r9ojAJLT8OGxJCLBDXzneQTNSqXbFuYSLbqrEAiIRlA9eRIotWCg+wYcO+5e8MKX+cHVKwiIWasUB21AtCdq6msh6Y3pUshZp212VPg="
|
2015-03-06 23:54:09 +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
|
2015-03-06 23:54:09 +00:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
- sh .travis-upload.sh
|