Julia 1 as latest stable release

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

See discussion here: https://github.com/travis-ci/travis-build/pull/1447#issuecomment-412352045

1 Like