Skip to content

Commit

Permalink
try out something...
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Aug 14, 2019
1 parent 44aa1cc commit 15dbbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ matrix:

script:
- julia -e "$TEST_SUITE"
- if [ $DOCS == true ]; then julia --project=docs/ -e 'using Pkg; Pkg.add(PackageSpec(path="https://github.com/JuliaReach/IntervalMatrices.jl")); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'; fi
- if [ $DOCS == true ]; then julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'; fi
- if [ $DOCS == true ]; then julia --project=docs/ docs/make.jl; fi

after_success:
Expand Down

0 comments on commit 15dbbab

Please sign in to comment.