Skip to content

Commit

Permalink
fixed build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Apr 15, 2016
1 parent e723d10 commit 0cc44da
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 @@ -12,4 +12,4 @@ script:
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.test("POMDPs")'
after_success:
- julia -e 'Pkg.clone("https://github.com/MichaelHatherly/Documenter.jl")'
- julia -e 'cd(Pkg.dir("PACKAGE_NAME")); include(joinpath("docs", "make.jl"))'
- julia -e 'cd(Pkg.dir("POMDPs")); include(joinpath("docs", "make.jl"))'

0 comments on commit 0cc44da

Please sign in to comment.