29 lines
436 B
YAML
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
|