1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-09-13 08:25:39 +02:00

use released version of AbstractAlgebra

This commit is contained in:
kalmarek 2018-07-30 15:24:39 +02:00
parent 43b6d5bf40
commit 6eebaf6945

View File

@ -25,7 +25,6 @@ matrix:
## uncomment the following lines to override the default test script
script:
- 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: