Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
use version number instead of release in .travis.yml
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
commit d9569d4c3c5e82600d81f05f1591fcbaeac4f2f9
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os:
- linux
- osx
julia:
- release
- 0.4
- nightly
matrix:
allow_failures:
Expand Down