summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 201439158088c4bd73185e4a9a721f52d10cd37d (plain)
1
2
3
4
5
6
7
8
9
10
11
language: c
sudo: false

script:
  - make docs/build-matrix.html docs/versions.json
  - if [ "$GH_TOKEN" != "" ]; then ./tools/travis-push.sh; fi
  - make download -j 6 -k

env:
  global:
    secure: "i8BKOLA0U/zZchCQmnTmK9yCawoWlRJKXlpSvdmSo5w+OyFbWO372CmMFxyAzSa9umC3QLhCDzd9CcpqtDsSZTKPWqCTPZ+HYKMBmFi8jIxqWOuNVn3KTGWOhpWM6az/w7lDqrJ/W30H2wnJBRJFocOiRdkrSOpuLDv0s0loFsU="