Skip to content

Commit bc33e18

Browse files
Sacha0stevengj
authored andcommitted
Fix depwarns under 0.7 and bump REQUIRE and CI to 0.6. (#15)
1 parent 7560458 commit bc33e18

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 0.4
7-
- 0.5
6+
- 0.6
87
- nightly
98
notifications:
109
email: false

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
julia 0.4
1+
julia 0.6
22
Compat 0.8.0

src/LaTeXStrings.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Compat.String
1212
# \\beta\$". To simplify this, we add a new string type with a macro
1313
# constructor, so that one can simply do L"$\alpha + \beta$".
1414

15-
immutable LaTeXString <: AbstractString
15+
struct LaTeXString <: AbstractString
1616
s::String
1717
end
1818

0 commit comments

Comments
 (0)