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

os:
 - linux
 - osx

language: d

d:
 - dmd-2.073.0
 - dmd-2.072.2
 - dmd-2.071.2

env: 
 matrix:
  - ARCH=x86_64

script:
 - dub test --arch=$ARCH