diff --git a/.travis.yml b/.travis.yml index fca8d4e..431f7b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,8 @@ os: - linux - osx julia: - - 0.6 - - 0.7 - 1.0 + - 1.1 - nightly notifications: email: false @@ -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("StrICU")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())' + - julia -e 'using Pkg; cd(Pkg.dir("StrICU")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())' diff --git a/Project.toml b/Project.toml index dcd13a8..2bd11ce 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ authors = ["ScottPJones "] keywords = ["Strings", "ICU", "Encoding", "Regex"] license = "MIT" uuid = "62566d7f-c768-4ca3-a8fa-508ab99b922c" -version = "0.1.5" +version = "0.2.0" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" diff --git a/REQUIRE b/REQUIRE index 359814d..595739b 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,9 +1,9 @@ -julia 0.6 2- +julia 1 2- BinDeps -ModuleInterfaceTools 0.1.7 -StrAPI 0.1.9 -CharSetEncodings 0.1.9 -ChrBase 0.1.10 -MurmurHash3 0.1.5 -StrBase 0.1.11 +ModuleInterfaceTools 0.2.0 +StrAPI 0.2.0 +CharSetEncodings 0.2.0 +ChrBase 0.2.0 +MurmurHash3 0.2.0 +StrBase 0.2.0 @windows WinRPM diff --git a/appveyor.yml b/appveyor.yml index 97b0b7b..16158fa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: