Skip to content

Commit 025c196

Browse files
committed
test cloning before tests
1 parent c8b3203 commit 025c196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ before_script:
1212
script:
1313
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1414
- julia --check-bounds=yes -e 'Pkg.clone(pwd())'
15-
- julia --check-bounds=yes -e 'Pkg.test("POMDPs")'
1615
- julia --check-bounds=yes -e 'using POMDPs; POMDPs.add("QMDP")'
1716
- julia --check-bounds=yes -e 'using POMDPs; POMDPs.add("BasicPOMCP")'
17+
- julia --check-bounds=yes -e 'Pkg.test("POMDPs")'
1818
after_success:
1919
- julia -e 'Pkg.add("Documenter")'
2020
- julia -e 'cd(Pkg.dir("POMDPs")); include(joinpath("docs", "make.jl"))'

0 commit comments

Comments
 (0)