Skip to content

Commit

Permalink
fixed travis, etc for
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Oct 30, 2018
1 parent 0425f75 commit aa6ebef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ julia:
- 1.0
notifications:
email: false
# uncomment the following lines to override the default test script
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ParticleFilters")'
# # - julia -e 'include(Pkg.dir("ParticleFilters", "test", "build.jl"))'
# - julia -e 'Pkg.test("ParticleFilters"; coverage=true)'
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("ParticleFilters")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("ParticleFilters")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

jobs:
include:
- stage: "Documentation"
julia: 1.0
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Pkg.develop(PackageSpec(path=pwd()))'
- julia --project=docs/ docs/make.jl
after_success: skip
3 changes: 2 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
julia 0.6
julia 0.7
StatsBase
POMDPs 0.6
POMDPModelTools
POMDPPolicies
Documenter 0.20
2 changes: 0 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ makedocs(

deploydocs(
repo = "github.com/JuliaPOMDP/ParticleFilters.jl.git",
julia = "1.0",
osname = "linux",
target = "build",
deps = nothing,
make = nothing
Expand Down

0 comments on commit aa6ebef

Please sign in to comment.