Skip to content

Commit

Permalink
use version number instead of release in .travis.yml (#82)
Browse files Browse the repository at this point in the history
release will change over time, but your REQUIRE file says this
package supports julia 0.5 so it should continue to be tested
  • Loading branch information
tkelman authored May 27, 2017
1 parent 724baf4 commit e86f103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: julia
julia:
- release
- 0.5
- nightly
before_script:
- export OLD_PATH=$LD_LIBRARY_PATH
Expand Down

0 comments on commit e86f103

Please sign in to comment.