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.4 so it should continue to be tested
  • Loading branch information
tkelman committed May 23, 2017
1 parent 80e2eb1 commit e087c4e
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:
julia:
- 0.4
- 0.5
- release
- 0.6
notifications:
email: false
after_success:
Expand Down

0 comments on commit e087c4e

Please sign in to comment.