Skip to content

Commit

Permalink
add info string for temporary workaround in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steenpass committed May 20, 2019
1 parent 25b6510 commit 162de81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ script:
- while sleep 60; do echo "still alive"; done &
- julia --color=yes -e '
using Pkg;
@info "temporary workaround for\n"
* "https://github.com/oscar-system/Singular.jl/issues/102";
Pkg.add(PackageSpec(name = "CxxWrap", version = "0.8.1"));
abstractalgebra_url
= "https://github.com/Nemocas/AbstractAlgebra.jl";
Expand Down
3 changes: 1 addition & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
julia 1.0
AbstractAlgebra
# see https://github.com/oscar-system/Singular.jl/issues/102
CxxWrap 0.8.1 0.8.2
CxxWrap
Hecke
LightXML
Nemo
Expand Down

0 comments on commit 162de81

Please sign in to comment.