Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.4
julia 0.6
Compat 0.8.0
2 changes: 1 addition & 1 deletion src/LaTeXStrings.jl
Original file line number Diff line number Diff line change
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