Skip to content

Commit

Permalink
Merge pull request #181 from Ayushk4/fix_CI_scripts
Browse files Browse the repository at this point in the history
Drop support for 0.7 and add support for 1.3
  • Loading branch information
aviks committed Dec 18, 2019
2 parents 818b13a + c89a678 commit f118772
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ os:
env:
- DATADEPS_ALWAYS_ACCEPT=true
julia:
- 0.7
- 1.0
- 1.3
notifications:
email: false
jobs:
Expand Down
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
julia = "1"
Expand Down
2 changes: 2 additions & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ JSON
DataStructures
DataDeps
Tracker
Libdl
Random
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
environment:
DATADEPS_ALWAYS_ACCEPT: True
matrix:
- julia_version: 0.7
- julia_version: 1
- julia_version: 1.0
- julia_version: 1.3
- julia_version: nightly

platform:
Expand Down

0 comments on commit f118772

Please sign in to comment.