Skip to content

Commit 66da128

Browse files
authored
use updated TerminalRegressionTests (#156)
1 parent d9b2922 commit 66da128

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ notifications:
1919
script:
2020
- julia --project --color=yes -e 'using Pkg;
2121
Pkg.instantiate();
22-
Pkg.add([PackageSpec(name = "TerminalRegressionTests", rev = "master"),
22+
Pkg.add([PackageSpec(url = "https://github.com/KristofferC/TerminalRegressionTests.jl", rev = "kc/compat"),
2323
PackageSpec(name = "VT100", rev = "master")]);
2424
Pkg.build();
2525
Pkg.test(coverage=true)'

Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
4343

4444
[[JuliaInterpreter]]
4545
deps = ["CodeTracking", "InteractiveUtils", "Random", "UUIDs"]
46-
git-tree-sha1 = "a1215f2d8fba52700b01fbe603e7e6b08eb7f305"
46+
git-tree-sha1 = "6a53908e8d4038bf846c4cd8ded57a6ae4f840e5"
4747
repo-rev = "master"
4848
repo-url = "https://github.com/JuliaDebug/JuliaInterpreter.jl.git"
4949
uuid = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
50-
version = "0.3.2"
50+
version = "0.4.0"
5151

5252
[[LibGit2]]
5353
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1515
CodeTracking = "0.3.2, 0.4"
1616
Crayons = "3"
1717
Highlights = "0.3.1"
18-
JuliaInterpreter = "0.3"
18+
JuliaInterpreter = "0.4"
1919
julia = "1"
2020

2121
[extras]

0 commit comments

Comments
 (0)