Skip to content

Commit c8e1039

Browse files
authored
Merge pull request #3 from leferrad/add_julia_versions
Compatibility with Julia 1.0+
2 parents 4da0d6f + 08fbdc9 commit c8e1039

File tree

7 files changed

+14
-527
lines changed

7 files changed

+14
-527
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ os:
77
dist: trusty # for a more recent ImageMagick
88

99
julia:
10-
# - 1.0
10+
- 1.0
11+
- 1.1
12+
- 1.2
13+
- 1.3
1114
- 1.4
1215

1316
env:

0 commit comments

Comments
 (0)