diff --git a/.travis.yml b/.travis.yml index f470ad2..6e2807f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,15 +2,6 @@ language: julia os: - linux - - osx - -before_install: # from https://github.com/mongodb/mongo-c-driver/blob/master/.travis.yml - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - # https://github.com/Homebrew/homebrew-core/issues/26358 - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink python; fi - # "brew install" can succeed but return 1 if it has "caveats". - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install mongodb || true; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew services start mongodb; fi services: - mongodb @@ -46,7 +37,7 @@ after_success: jobs: include: - stage: "Documentation" - julia: 1.1 + julia: 1.2 os: linux script: - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("Mongoc")' diff --git a/README.md b/README.md index bbb639c..6b63bf6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![stable][docs-stable-img]][docs-stable-url] [license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square -[travis-img]: https://img.shields.io/travis/felipenoris/Mongoc.jl/master.svg?logo=travis&label=Linux+/+macOS&style=flat-square +[travis-img]: https://img.shields.io/travis/felipenoris/Mongoc.jl/master.svg?logo=travis&label=Linux&style=flat-square [travis-url]: https://travis-ci.org/felipenoris/Mongoc.jl [appveyor-img]: https://img.shields.io/appveyor/ci/felipenoris/mongoc-jl/master.svg?logo=appveyor&label=Windows&style=flat-square [appveyor-url]: https://ci.appveyor.com/project/felipenoris/mongoc-jl/branch/master