Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Øvrum committed Oct 24, 2015
1 parent ce4f674 commit 4f1532e
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .travis.yml
Expand Up @@ -5,20 +5,20 @@ language: d
os:
- linux
- 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 4f1532e

Please sign in to comment.