trivial updates to the latest version of PkgDev

This commit is contained in:
kalmar 2017-07-21 23:37:30 +02:00
parent cb649333a8
commit 7328e24137
1 changed files with 12 additions and 2 deletions

View File

@ -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")'