use version number instead of release in .travis.yml (#109)

release will change over time, but your REQUIRE file says this
package supports julia 0.5 so it should continue to be tested
This commit is contained in:
Tony Kelman
2017-07-20 06:04:21 -07:00
committed by Jukka Aho
parent 436bf119b2
commit b1641579f2
+1 -2
View File
@@ -2,8 +2,7 @@ language: julia
os:
- linux
julia:
- release
- nightly
- 0.5
notifications:
email: false
webhooks: