Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Colvin committed Aug 20, 2015
1 parent f9395f0 commit 52366cd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ matrix:
allow_failures:
- os: osx
d: gdc
- ARCH: x86
d: gdc

addons:
apt:
Expand All @@ -29,10 +31,12 @@ notifications:
env:
global:
- secure: "wnthDxOwv7qaVfJQfwYQLFo4DDBgfT4HoLntBsfmYjwmSVzCuXPktCK3vOpimb5twyiVNkt1I/82x8lyYpiczKqPcNZqd8p91mInt5eKIf8Gacqb3a1FwGyk9bwHSZdYpQiblY/wMVb0+WJTuhlVf1NI5xXMWCf1l88+1q6E6jo="
matrix:
- ARCH=x86
- ARCH=x86_64

script:
- dub test
- dub test --arch=x86
- dub test --arch=$ARCH

after_success:
- ./push-ddoc.sh

0 comments on commit 52366cd

Please sign in to comment.