Skip to content

Commit

Permalink
Merge pull request JakobOvrum#96 from John-Colvin/patch-2
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
JakobOvrum committed Oct 24, 2015
2 parents f853169 + c15c927 commit 9e4b19f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
Expand Up @@ -7,18 +7,18 @@ os:
- osx

d:
- dmd-2.068.0
- dmd-2.068.2
- dmd-2.067.1
- dmd-2.066.1
- ldc-0.15.1
- gdc
- gdc-5.2.0

matrix:
allow_failures:
- os: osx
d: gdc
d: gdc-5.2.0
- env: ARCH=x86
d: gdc
d: gdc-5.2.0

addons:
apt:
Expand All @@ -36,12 +36,7 @@ env:
- ARCH=x86_64

script:
- if [ $DC == ldc2 ] && [ $ARCH == x86_64 ];
then
dub test;
else
dub test --arch=$ARCH;
fi
- dub test --arch=$ARCH;

after_success:
- ./push-ddoc.sh

0 comments on commit 9e4b19f

Please sign in to comment.