Skip to content

Commit

Permalink
use version number instead of release in .travis.yml
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 committed May 23, 2017
1 parent 4992834 commit 2cd5602
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
Expand Up @@ -4,7 +4,7 @@ os:
- linux
- osx
julia:
- release
- 0.5
- nightly
matrix:
allow_failures:
Expand Down

0 comments on commit 2cd5602

Please sign in to comment.