1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 23:27:45 +00:00

fucking ruby devs

This commit is contained in:
NotAdam 2018-12-21 00:04:11 +11:00
parent dc5a16512a
commit 07fbc3f245

View file

@ -13,7 +13,6 @@ matrix:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-trusty-6.0
packages: packages:
- clang-6.0 - clang-6.0
- g++-7 - g++-7
@ -29,8 +28,7 @@ cache:
# Setup build matrix and dependencies # Setup build matrix and dependencies
before_install: before_install:
- eval "${MATRIX_EVAL}" - eval "${MATRIX_EVAL}"
- echo 'gem: --no-document' >> ~/.gemrc - gem install mtime_cache --no-ri --no-rdoc
- gem install mtime_cache
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y libmysqlclient-dev - sudo apt-get install -y libmysqlclient-dev