Skip to content

Commit

Permalink
Merge pull request #352 from JuliaRobotics/travis/nosudoandjl12
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
dehann authored Jun 25, 2019
2 parents c496a14 + 3073a91 commit bb3391b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
30 changes: 14 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ addons:
- hdf5-tools
matrix:
allow_failures:
- julia: 1.2
- julia: nightly

# script:
Expand All @@ -25,18 +24,17 @@ after_success:
- julia --project=coverage/ -e 'using Pkg; Pkg.instantiate()'
- julia --project=coverage/ coverage/coverage.jl

jobs:
include:
- stage: "Documentation"
julia: 1.0
sudo: required
os: linux
script:
- julia -e 'import Pkg; Pkg.add("Documenter")'
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Pkg.develop(PackageSpec(path=pwd()))'
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="IncrementalInference", rev="master")); Pkg.add(PackageSpec(name="RoME",rev="master"));'
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="RoMEPlotting", rev="master")); Pkg.add(PackageSpec(name="KernelDensityEstimatePlotting",rev="master"));'
- julia --project=docs/ docs/make.jl
name: "HTML"
after_success: skip
# jobs:
# include:
# - stage: "Documentation"
# julia: 1.1
# os: linux
# script:
# - julia -e 'import Pkg; Pkg.add("Documenter")'
# - julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
# Pkg.develop(PackageSpec(path=pwd()))'
# - julia -e 'using Pkg; Pkg.add(PackageSpec(name="IncrementalInference", rev="master")); Pkg.add(PackageSpec(name="RoME",rev="master")); Pkg.add(PackageSpec(name="Caesar",rev="master"));'
# - julia -e 'using Pkg; Pkg.add(PackageSpec(name="RoMEPlotting", rev="master")); Pkg.add(PackageSpec(name="KernelDensityEstimatePlotting",rev="master"));'
# - julia --project=docs/ docs/make.jl
# name: "HTML"
# after_success: skip
1 change: 0 additions & 1 deletion docs/src/concepts/available_varfacs.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Existing prior (unary) factors in Caesar.jl/RoME.jl/IIF.jl include:
PriorPolar
PriorPoint2
PriorPose2
PriorPolar
```

### Prior 3D (unary) factors
Expand Down

0 comments on commit bb3391b

Please sign in to comment.