Skip to content

Commit

Permalink
Fix depwarns under 0.7 and bump REQUIRE and CI to 0.6. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and stevengj committed Oct 13, 2017
1 parent 7560458 commit bc33e18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,7 @@ os:
- linux
- osx
julia:
- 0.4
- 0.5
- 0.6
- nightly
notifications:
email: false
2 changes: 1 addition & 1 deletion REQUIRE
@@ -1,2 +1,2 @@
julia 0.4
julia 0.6
Compat 0.8.0
2 changes: 1 addition & 1 deletion src/LaTeXStrings.jl
Expand Up @@ -12,7 +12,7 @@ import Compat.String
# \\beta\$". To simplify this, we add a new string type with a macro
# constructor, so that one can simply do L"$\alpha + \beta$".

immutable LaTeXString <: AbstractString
struct LaTeXString <: AbstractString
s::String
end

Expand Down

0 comments on commit bc33e18

Please sign in to comment.