From ea030c2854b43b344d444add3a22dc49f6b774b1 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Wed, 24 Oct 2018 21:54:25 +0200 Subject: [PATCH] fix travis --- .travis.yml | 16 ++-------------- Project.toml | 2 +- REQUIRE | 2 +- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index a2a3fad..19ed516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,27 +9,15 @@ julia: - nightly notifications: email: true -git: - depth: 99999999 matrix: fast_finish: true allow_failures: - julia: nightly -## uncomment and modify the following lines to manually install system packages -#addons: -# apt: # apt-get for linux -# packages: -# - gfortran -#before_script: # homebrew for mac -# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi - -## uncomment the following lines to override the default test script +## uncomment the following lines to override the default test # script: # - julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)' after_success: # push coverage results to Coveralls - - julia -e 'cd(Pkg.dir("Groups")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())' - # push coverage results to Codecov - - julia -e 'cd(Pkg.dir("Groups")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' + - julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())' diff --git a/Project.toml b/Project.toml index e171244..18fb564 100644 --- a/Project.toml +++ b/Project.toml @@ -10,4 +10,4 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -AbstractAlgebra = "^0.1.3" +AbstractAlgebra = "^0.2" diff --git a/REQUIRE b/REQUIRE index 374c911..7f75fc5 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,2 +1,2 @@ -julia 0.6 +julia 0.7 AbstractAlgebra