Skip to content

Commit

Permalink
update compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Mar 30, 2017
1 parent 05fc9f9 commit 572a3fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- osx
language: d
d:
- ldc-1.1.0-beta6
- ldc-1.2.0-beta1
- dmd
env:
- ARCH="x86_64"
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ platform: x64
environment:
matrix:
- DC: dmd
DVersion: 2.072.2
DVersion: 2.073.2
arch: x64
- DC: dmd
DVersion: 2.072.2
DVersion: 2.073.2
arch: x86
- DC: ldc
DVersion: '1.1.0-beta6'
DVersion: '1.2.0-beta1'
arch: x64

skip_tags: true
Expand Down

0 comments on commit 572a3fb

Please sign in to comment.