Don't pull master of Nemo

This commit is contained in:
kalmarek 2017-11-02 18:48:31 +01:00
parent d3d5633ab9
commit d6befc7990
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,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/Nemo.jl"); Pkg.build("Nemo")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)'
after_success: