Skip to content

Commit

Permalink
Merge pull request #10 from sisl/adm-support
Browse files Browse the repository at this point in the history
ADM support
  • Loading branch information
MaximeBouton authored Apr 18, 2019
2 parents 2d655da + c8d476c commit ef690b4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 932 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ addons:
## uncomment the following lines to override the default test script
script:
- git clone https://github.com/JuliaRegistries/General $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "General"))')
- git clone https://github.com/SISL/Registry $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "SISL"))')
- 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
- julia --project --color=yes -e 'import Pkg; Pkg.build(); Pkg.test(coverage=true)'
Expand Down
Loading

0 comments on commit ef690b4

Please sign in to comment.