repost of https://github.com/JuliaCI/travis-build/issues/5
appveyor.yml
allows one to specify the latest release as julia 1
. That doesn’t seem to work with .travis.yml
. It would be a nice feature, as many packages might want to test 3 versions:
- 1.0.x (LTS)
- 1 (latest stable)
- nightly (to catch upcoming problems).
cc: @staticfloat and @StefanKarpinski