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

os:
 - linux

language: d

d:
 - dmd-2.072.2
 - dmd-2.071.2

env: 
 matrix:
  - ARCH=x86_64

script:
 - dub test --arch=$ARCH