travister/.travis.yml
Ganesh Viswanathan 6802400acd Initial test
2020-05-10 02:11:34 -05:00

29 lines
436 B
YAML

os:
- windows
- linux
- osx
addons:
apt:
packages:
- autopoint
language: c
env:
- BRANCH=0.20.2
- BRANCH=1.0.6
- BRANCH=1.2.0
- BRANCH=devel
cache:
directories:
- "$HOME/.choosenim"
install:
- export PATH="/usr/local/opt/gettext/bin:$PATH"
- curl https://gist.github.com/genotrance/fb53504a4fba88bc5201d3783df5c522/raw/travis.sh -LsSf -o travis.sh
- source travis.sh
script:
- source test.sh