aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: b2f64283ab1d9d077538316a7e1b9cb360d749b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo: false

os:
 - linux
 - osx

language: d

d:
 - dmd-2.072.2
 - dmd-2.071.2

env: 
 matrix:
  - ARCH=x86_64

script:
 - dub test --arch=$ARCH