Merge pull request #15 from tkelman/patch-1

use specific version numbers for Travis tests; retire julia 0.4 support
This commit is contained in:
Smaug123
2017-05-04 22:17:54 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -1,3 +1,3 @@
julia 0.4
julia 0.5
Compat 0.9.5
Iterators