aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: b878cc16049b3e68334d7ded76daf6c74a5e11db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
os:
  - linux
  - osx

language: cpp

env:
  global:
    - secure: "AXHFIafTmbGDsHD3mUVj5a4I397DQjti/WoqAJGUp2PglxTcc04BwxZ9Z+xLuf5N2Hs5r9ojAJLT8OGxJCLBDXzneQTNSqXbFuYSLbqrEAiIRlA9eRIotWCg+wYcO+5e8MKX+cHVKwiIWasUB21AtCdq6msh6Y3pUshZp212VPg=" 

before_install:
 - sh .travis-deps.sh

script:
 - sh .travis-build.sh

after_success:
 - sh .travis-upload.sh