Skip to content

Commit 382b6c3

Browse files
committedSep 18, 2018
no support for Julia > 0.6x on release-0.6 banch
1 parent 09140e0 commit 382b6c3

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed
 

‎.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ os:
55
- osx
66
julia:
77
- 0.6
8-
- 0.7
9-
- nightly
108
notifications:
119
email: false
1210
after_success:

‎REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
julia 0.6.3
1+
julia 0.6.3 0.7-
22
MbedTLS 0.5.11
33
IniFile

‎appveyor.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
environment:
22
matrix:
33
- julia_version: 0.6
4-
- julia_version: 0.7
5-
- julia_version: latest
64

75
platform:
86
- x86
@@ -34,4 +32,4 @@ build_script:
3432

3533
test_script:
3634
- echo "%JL_TEST_SCRIPT%"
37-
- julia -e "%JL_TEST_SCRIPT%"
35+
- julia -e "%JL_TEST_SCRIPT%"

0 commit comments

Comments
 (0)
Please sign in to comment.