mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
trivial updates to the latest version of PkgDev
This commit is contained in:
parent
cb649333a8
commit
7328e24137
14
.travis.yml
14
.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")'
|
||||
|
Loading…
Reference in New Issue
Block a user