Skip to content

Commit f118772

Browse files
authored
Merge pull request #181 from Ayushk4/fix_CI_scripts
Drop support for 0.7 and add support for 1.3
2 parents 818b13a + c89a678 commit f118772

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ os:
44
env:
55
- DATADEPS_ALWAYS_ACCEPT=true
66
julia:
7-
- 0.7
87
- 1.0
8+
- 1.3
99
notifications:
1010
email: false
1111
jobs:

Diff for: Project.toml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1818
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1919
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
2020
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
21+
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
22+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2123

2224
[compat]
2325
julia = "1"

Diff for: REQUIRE

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ JSON
99
DataStructures
1010
DataDeps
1111
Tracker
12+
Libdl
13+
Random

Diff for: appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
environment:
22
DATADEPS_ALWAYS_ACCEPT: True
33
matrix:
4-
- julia_version: 0.7
5-
- julia_version: 1
4+
- julia_version: 1.0
5+
- julia_version: 1.3
66
- julia_version: nightly
77

88
platform:

0 commit comments

Comments
 (0)