Skip to content

Commit 351a081

Browse files
authored
stop testing Debugger from here (#158)
1 parent 21d77bd commit 351a081

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ branches:
1717
notifications:
1818
email: false
1919

20-
script:
21-
- export JULIA_PROJECT=""
22-
- julia --project -e 'using Pkg; Pkg.build(); Pkg.test();'
23-
- julia --color=yes -e 'using Pkg; Pkg.develop(PackageSpec(path="."));
24-
Pkg.add(PackageSpec(url="https://github.com/JuliaDebug/Debugger.jl"));
25-
Pkg.add(PackageSpec(url="https://github.com/Keno/TerminalRegressionTests.jl"));
26-
Pkg.test("Debugger")'
27-
2820
jobs:
2921
include:
3022
- stage: "Documentation"

0 commit comments

Comments
 (0)