Skip to content

Commit

Permalink
Merge pull request #4675 from Hackerpilot/update-dscanner
Browse files Browse the repository at this point in the history
Update D-Scanner to alpha 8.
  • Loading branch information
9il committed Jul 29, 2016
2 parents 6db08d3 + ec7e368 commit 3b960a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ install:
- wget "https://raw.githubusercontent.com/dlang/dmd/master/src/checkwhitespace.d" -O checkwhitespace.d
# dscanner
- git clone https://github.com/Hackerpilot/Dscanner
- (cd Dscanner && git checkout tags/v0.4.0-alpha6)
- (cd Dscanner && git checkout tags/v0.4.0-alpha.8)
- (cd Dscanner && git submodule update --init --recursive)
# debug build is faster, but disable 'missing import' messages (missing core from druntime)
- (cd Dscanner && sed 's/dparse_verbose/StdLoggerDisableWarning/' -i makefile && make githash debug)
Expand Down

0 comments on commit 3b960a1

Please sign in to comment.