Skip to content

Commit

Permalink
Merge f1fbcb9 into 313a815
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton committed Nov 20, 2019
2 parents 313a815 + f1fbcb9 commit a4a9427
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,10 @@
language: julia
os:
- linux
- osx

julia:
- 1.0
- 1.1

env:
- CONDA_JL_VERSION="3" PYTHON=""

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- python3-dev
- clang-3.9

- 1.2

notifications:
email: false
Expand All @@ -30,8 +17,7 @@ script:
- git clone https://github.com/JuliaRegistries/General $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "General"))')
- git clone https://github.com/JuliaPOMDP/Registry $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "JuliaPOMDP"))')
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- travis_wait julia --project --color=yes -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/sisl/Spot.jl.git"))'
- julia --project --color=yes -e 'import Pkg; Pkg.build(); Pkg.test(coverage=true)'
after_success:
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Spot = "f11abc24-ce50-11e8-2475-af6658d13f2b"

[compat]
julia = "1.1"

[extras]
BeliefUpdaters = "8bb6e9a1-7d73-552c-a44a-e5dc5634aac4"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Expand Down

0 comments on commit a4a9427

Please sign in to comment.