Skip to content

Commit

Permalink
Merge pull request #23 from KristofferC/master
Browse files Browse the repository at this point in the history
add test deps
  • Loading branch information
davidanthoff authored Jul 1, 2019
2 parents 857785b + 84f4249 commit 6ad6261
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.2.1-DEV"

[deps]
CSTParser = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
SymbolServer = "cf896787-08d5-524d-9de7-132aaa0cb996"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SymbolServer = "cf896787-08d5-524d-9de7-132aaa0cb996"

[compat]
CSTParser = "0.6"
Expand All @@ -14,6 +14,9 @@ julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"

[targets]
test = ["Test"]
test = ["Test", "Pkg", "SHA", "LibGit2"]

0 comments on commit 6ad6261

Please sign in to comment.