use specific version numbers for Travis tests

since 0.4 is still supported according to REQUIRE,
but release is 0.5 at the moment and will be 0.6 soon
This commit is contained in:
Tony Kelman
2017-05-04 11:26:05 -07:00
committed by GitHub
parent e8f8172957
commit 4402a19f6e

View File

@@ -4,7 +4,9 @@ os:
- linux
- osx
julia:
- release
- 0.4
- 0.5
- 0.6
- nightly
notifications:
email: false