Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

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 6543a0f commit 8169171
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.4
- nightly
notifications:
email: false
Expand Down

0 comments on commit 8169171

Please sign in to comment.