Skip to content

Commit 7c5adc7

Browse files
committed
drop support for 0.7 and add for 1.1
On 0.7, defining `f(_, _) = 1` is illegal.
1 parent 57a3e0f commit 7c5adc7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 0.7
87
- 1.0
8+
- 1.1
99
- nightly
1010
notifications:
1111
email: false

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
julia 0.7-beta2
1+
julia 1.0

0 commit comments

Comments
 (0)