1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Remove gcc/g++ dependency from CI build

This commit is contained in:
squidfunk 2016-12-15 20:12:45 +01:00
parent 3a73abad08
commit ee36e2368f

View File

@ -27,15 +27,6 @@ node_js:
- 5
- 6
# Update GCC to 4.8 to build Gemini
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
# Install dependencies
before_script:
- pip install --user -r requirements.txt