From 76633810848ba29568d66b32170d2fee77cfdb0f Mon Sep 17 00:00:00 2001 From: kalmarek Date: Wed, 11 Apr 2018 08:13:23 +0200 Subject: [PATCH] switch to AbstractAlgebra --- .travis.yml | 2 +- REQUIRE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c57f6bc..6201ac9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/REQUIRE b/REQUIRE index ee1590e..374c911 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,2 +1,2 @@ julia 0.6 -Nemo +AbstractAlgebra