From c979bc46b0fa2b85491f99648f18ad2ca2be1b37 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Thu, 20 Dec 2018 23:57:01 +1100 Subject: [PATCH] maybe fix travis, fix ci link in readme --- .travis.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3df10328..c468e2ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,8 @@ cache: # Setup build matrix and dependencies before_install: - eval "${MATRIX_EVAL}" - - gem install --no-ri --no-rdoc mtime_cache + - echo "gem: --no-document" >> ~/.gemrc + - gem install mtime_cache - sudo add-apt-repository -y ppa:rexut/recoil - sudo apt-get update - sudo apt-get install -y libmysqlclient-dev diff --git a/README.md b/README.md index 1d441c47..582f4ebf 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

[![Discord Server](https://img.shields.io/badge/discord-Sapphire-7289DA.svg)](https://discord.gg/xxcdCER) -[![Linux Build Status](https://api.travis-ci.org/SapphireServer/Sapphire.svg?branch=master)](https://travis-ci.org/SapphireMordred/Sapphire) +[![Linux Build Status](https://api.travis-ci.org/SapphireServer/Sapphire.svg?branch=master)](https://travis-ci.org/SapphireServer/Sapphire) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/lil7lxa3ty165emm?svg=true)](https://ci.appveyor.com/project/SapphireMordred/Sapphire)