the-libs/.travis.yml
2018-07-26 16:44:29 +10:00

20 lines
316 B
YAML

language: cpp
os:
- linux
- osx
before_install:
- export STAGE=before_install
- ./travis.sh
script:
- export STAGE=script
- ./travis.sh
compiler:
- gcc
dist: xenial
sudo: required
branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)/