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 c8b3203 commit 025c196Copy full SHA for 025c196
.travis.yml
@@ -12,9 +12,9 @@ before_script:
12
script:
13
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14
- julia --check-bounds=yes -e 'Pkg.clone(pwd())'
15
- - julia --check-bounds=yes -e 'Pkg.test("POMDPs")'
16
- julia --check-bounds=yes -e 'using POMDPs; POMDPs.add("QMDP")'
17
- julia --check-bounds=yes -e 'using POMDPs; POMDPs.add("BasicPOMCP")'
+ - julia --check-bounds=yes -e 'Pkg.test("POMDPs")'
18
after_success:
19
- julia -e 'Pkg.add("Documenter")'
20
- julia -e 'cd(Pkg.dir("POMDPs")); include(joinpath("docs", "make.jl"))'
0 commit comments