Add travis
This commit is contained in:
parent
4309a30dfe
commit
42bbb3b023
14
.travis.yml
14
.travis.yml
@ -1,19 +1,17 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
|
||||||
- windows
|
|
||||||
|
|
||||||
language: d
|
language: d
|
||||||
|
|
||||||
d:
|
d:
|
||||||
- dmd-2.072.1
|
- dmd-2.072.1
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- ARCH=x86
|
- ARCH=x86
|
||||||
- ARCH=x86_64
|
- ARCH=x86_64
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- dub test --arch=$ARCH
|
- dub test --arch=$ARCH
|
||||||
|
Loading…
Reference in New Issue
Block a user