use PackageSpec

This commit is contained in:
kalmarek 2019-10-30 23:16:49 +01:00
parent 8e7e0dd1bf
commit 885b8d508a
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ matrix:
- julia: nightly
script:
- julia -e 'using Pkg; Pkg.add("https://github.com/kalmarek/Groups.jl"); Pkg.build(); Pkg.test(coverage=true);'
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/kalmarek/Groups.jl")); Pkg.build(); Pkg.test(coverage=true);'
codecov: true

View File

@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/kalmarek/GroupRings.jl.svg?branch=master)](https://travis-ci.org/kalmarek/GroupRings.jl)
[![codecov](https://codecov.io/gh/kalmarek/GroupRings.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/kalmarek/GroupRings.jl)
Please have a look at [tests](https://github.com/kalmarek/GroupRings.jl/blob/master/test/runtests.jl) to see how to use this package. It depends on [AbstractAlgebra.jl](https://github.com/Nemocas/AbstractAlgebra.jl) and (optionally) [Groups.jl](https://github.com/kalmarek/Groups.jl)
Please have a look at [tests](https://github.com/kalmarek/GroupRings.jl/blob/master/test/runtests.jl) to see how to use this package. It depends on [AbstractAlgebra.jl](https://github.com/Nemocas/AbstractAlgebra.jl) and optionally [Groups.jl](https://github.com/kalmarek/Groups.jl)
For an example applications have a look at our papers:
[1703.09680](https://arxiv.org/abs/1703.09680), [1712.07167](https://arxiv.org/abs/1712.07167) and [1812.03456](https://arxiv.org/abs/1812.03456).