aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d4e9bde5727d5e1b9c65c7f41090b27ede4b642a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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:
  - nimble develop -y
  - nimble test
  - nimble --verbose --nimbleDir:`pwd`/build/fakenimble install nimterop@#head -y