We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d77bd commit 351a081Copy full SHA for 351a081
.travis.yml
@@ -17,14 +17,6 @@ branches:
17
notifications:
18
email: false
19
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
-
28
jobs:
29
include:
30
- stage: "Documentation"
0 commit comments