Skip to content

Commit 6843fde

Browse files
author
Pietro Vertechi
authored
drop julia 0.7 compatibility (#155)
1 parent 2663cc7 commit 6843fde

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 0.7
87
- 1.0
8+
- 1.1
9+
- 1.2
10+
- 1.3
911
- nightly
1012
matrix:
1113
allow_failures:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
1717
Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
1818

1919
[compat]
20-
julia = "0.7, 1"
20+
julia = "1"
2121
JSExpr = "0.3,0.4,0.5"
2222
Knockout = "0.2.1"
2323
Observables = "0.3"

0 commit comments

Comments
 (0)