mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 09:20:52 +01: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
|
- 5
|
||||||
- 6
|
- 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 dependencies
|
||||||
cache:
|
cache:
|
||||||
pip: true
|
pip: true
|
||||||
|
Loading…
Reference in New Issue
Block a user