Skip to content

Commit e86f103

Browse files
authored
use version number instead of release in .travis.yml (#82)
release will change over time, but your REQUIRE file says this package supports julia 0.5 so it should continue to be tested
1 parent 724baf4 commit e86f103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: julia
22
julia:
3-
- release
3+
- 0.5
44
- nightly
55
before_script:
66
- export OLD_PATH=$LD_LIBRARY_PATH

0 commit comments

Comments
 (0)