Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
gedaiu committed Apr 2, 2020
1 parent 2d5e4f6 commit 84e03c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ d:
# catching most DMD version related build failures early
- ldc-1.13.0
- ldc-1.14.0
- ldc-1.20.1
- ldc-1.19.0
- ldc-beta
- dmd-2.085.0
- dmd-2.086.0
- dmd-2.091.0
- dmd-2.090.0
- dmd-beta

matrix:
Expand Down
2 changes: 0 additions & 2 deletions travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ dub --root=test/disabledMessageResult --compiler=$DC --arch=x86_64
# run a build for DisableDiffResult
dub --root=test/disabledDiffResult --compiler=$DC --arch=x86_64

dc_version=$("$DC" --version | perl -pe '($_)=/([0-9]+([.][0-9]+)+)/')

# run a build for vibe-d 0.8
if [[ ${DC=dmd} = dmd ]]; then
dub -v --root=test/vibe-0.8 --compiler=$DC --arch=x86_64
Expand Down

0 comments on commit 84e03c1

Please sign in to comment.