aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 69766e5d408511f375064c532b82d1bfb4489c5f (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.1
 - dmd-2.071.2

env: 
 matrix:
  - ARCH=x86_64

script:
 - dub test --arch=$ARCH