Skip to content

Commit

Permalink
Update versions, scripts for Julia v1.1, drop support of v0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Feb 5, 2019
1 parent 78cdb25 commit c6f4422
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ os:
- linux
- osx
julia:
- 0.6
- 0.7
- 1.0
- 1.1
- nightly
notifications:
email: false
Expand All @@ -28,8 +27,7 @@ matrix:
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi

## uncomment the following lines to override the default test script
#script:

after_success:
# push coverage results to Coveralls & Codecov
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("ChrBase")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("ChrBase")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ keywords = ["Characters"]
license = "MIT"
desc = "Basic functionality for Chr type"
authors = ["ScottPJones <[email protected]>"]
version = "0.1.10"
version = "0.2.0"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"

Expand Down
8 changes: 4 additions & 4 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.6 2-
ModuleInterfaceTools 0.1.7
StrAPI 0.1.9
CharSetEncodings 0.1.9
julia 1 2-
ModuleInterfaceTools 0.2.0
StrAPI 0.2.0
CharSetEncodings 0.2.0
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
environment:
matrix:
- julia_version: 0.6
- julia_version: 0.7
- julia_version: 1.0
- julia_version: 1.1
- julia_version: latest

platform:
Expand All @@ -13,7 +12,6 @@ platform:
## (tests will run but not make your overall status red)
matrix:
allow_failures:
# - julia_version: 1.0
- julia_version: latest

branches:
Expand Down

0 comments on commit c6f4422

Please sign in to comment.