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:
parent
3a73abad08
commit
ee36e2368f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user