1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-12-04 10:06:27 +01:00

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

View File

@ -7,14 +7,24 @@ julia:
- 0.5 - 0.5
- 0.6 - 0.6
- nightly - nightly
notifications:
email: true
git:
depth: 99999999
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- julia: 0.6 - julia: 0.6
- julia: nightly - julia: nightly
notifications: ## uncomment and modify the following lines to manually install system packages
email: true #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
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")'