Skip to content

Commit

Permalink
drop support for Julia 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
neveritt committed Nov 13, 2017
1 parent 680b759 commit e7404f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: julia

julia:
- 0.4
- 0.5
- 0.6
- nightly

matrix:
Expand All @@ -20,4 +20,4 @@ script:

after_success:
- julia -e 'cd(Pkg.dir("GeneralizedSchurAlgorithm")); Pkg.add("Coverage"); using Coverage;
Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
julia 0.4
julia 0.5
ToeplitzMatrices 0.1.1
Compat 0.19.0

0 comments on commit e7404f3

Please sign in to comment.