Skip to content

Commit

Permalink
also test debugger on travis (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Feb 13, 2019
1 parent f3a60f7 commit ee0cd22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ branches:
notifications:
email: false

script:
- export JULIA_PROJECT=""
- julia --project -e 'using Pkg; Pkg.build(); Pkg.test();'
- julia --color=yes -e 'using Pkg; Pkg.develop(PackageSpec(path="."));
Pkg.add(PackageSpec(url="https://github.com/JuliaDebug/Debugger.jl"));
Pkg.add(PackageSpec(url="https://github.com/Keno/TerminalRegressionTests.jl"));
Pkg.test("Debugger")'

jobs:
include:
- stage: "Documentation"
Expand Down

0 comments on commit ee0cd22

Please sign in to comment.