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

os:
 - linux

language: d

d:
 - dmd-2.072.1

env: 
 matrix:
  - ARCH=x86_64

script:
 - dub test --arch=$ARCH