Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaloupka committed Aug 7, 2020
1 parent db37dc4 commit 53781fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ d:
- ldc-1.19.0

before_install:
- wget https://github.com/dlang/installer/raw/master/script/install.sh -O ~/dlang/install.sh
- ~/dlang/install.sh dub-1.22.0
- export PATH="$(dirname ~/dlang/dub-*/.)/${PATH:+:}${PATH:-}"
- dub --version

script:
Expand Down

0 comments on commit 53781fe

Please sign in to comment.