Skip to content

Commit

Permalink
use version number instead of release in .travis.yml (#11)
Browse files Browse the repository at this point in the history
* use version number instead of release in .travis.yml
release will change over time, but your REQUIRE file says this
package supports julia 0.5 so it should continue to be tested
* add 0.6
  • Loading branch information
tkelman authored and pkofod committed May 23, 2017
1 parent e349fa8 commit e5ce918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ os:
- linux
- osx
julia:
- release
- 0.5
- 0.6
- nightly
notifications:
email: false
Expand Down

0 comments on commit e5ce918

Please sign in to comment.