mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Try to fix travis
This commit is contained in:
parent
21f2617c9c
commit
28d024af2f
13
.travis.yml
13
.travis.yml
@ -27,6 +27,19 @@ node_js:
|
||||
- 5
|
||||
- 6
|
||||
|
||||
# Install a C++11 compatible compiler
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- gcc-4.8
|
||||
- g++-4.8
|
||||
|
||||
# Set C++ compiler as default
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
|
||||
# Cache dependencies
|
||||
cache:
|
||||
pip: true
|
||||
|
Loading…
Reference in New Issue
Block a user