Skip to content

Commit 58794a2

Browse files
committed
Add Mimi registry to testing env
1 parent 4009b16 commit 58794a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ script:
2121
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
2222
- if [[ `uname` = "Linux" ]]; then TESTCMD="xvfb-run julia"; else TESTCMD="julia"; fi
2323
- $TESTCMD --check-bounds=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("Mimi"); Pkg.test("Mimi"; coverage=true)'
24+
- julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/mimiframework/MimiRegistry.git"))'
25+
- julia -e 'using Pkg; Pkg.add("MimiFUND")'
26+
- julia -e 'using Pkg; Pkg.add("MimiRICE2010")'
2427
- julia --check-bounds=yes -e 'include("test/test_dependencies.jl"); run_dependency_tests()'
2528
after_success:
2629
- julia -e 'using Pkg; cd(Pkg.dir("Mimi")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)