From 7328e24137b717777e4b005ddd10befb3438211d Mon Sep 17 00:00:00 2001 From: kalmar Date: Fri, 21 Jul 2017 23:37:30 +0200 Subject: [PATCH] trivial updates to the latest version of PkgDev --- .travis.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a1df47..13fb7c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,14 +7,24 @@ julia: - 0.5 - 0.6 - nightly +notifications: + email: true +git: + depth: 99999999 matrix: fast_finish: true allow_failures: - julia: 0.6 - julia: nightly -notifications: - email: true +## 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 script: - julia -e 'Pkg.clone("https://github.com/Nemocas/Nemo.jl"); Pkg.build("Nemo")'