switch to AbstractAlgebra

This commit is contained in:
kalmarek 2018-04-11 08:13:23 +02:00
parent c4f5bea063
commit 7663381084
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ matrix:
## uncomment the following lines to override the default test script
script:
- julia -e 'Pkg.clone("https://github.com/Nemocas/Nemo.jl"); Pkg.build("Nemo")'
- julia -e 'Pkg.clone("https://github.com/Nemocas/AbstractAlgebra.jl"); Pkg.build("AbstractAlgebra")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)'
after_success:

View File

@ -1,2 +1,2 @@
julia 0.6
Nemo
AbstractAlgebra