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 2db7b2e commit b363fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ os:
- linux
- osx
julia:
- release
- 0.5
- nightly
notifications:
email: false
Expand Down

0 comments on commit b363fbc

Please sign in to comment.