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

Update GCC to 4.8 in Travis build environment

This commit is contained in:
squidfunk 2016-10-12 09:40:23 +02:00
parent e7160cb85c
commit 4dbb6095bc
2 changed files with 12 additions and 1 deletions

View File

@ -19,15 +19,25 @@
# IN THE SOFTWARE.
language: node_js
sudo: false
# Node.js versions
node_js:
- 4.5.0
- 6.7.0
# 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:
- npm install
# Perform build and tests
script: npm run build
script: npm run build

View File

@ -51,6 +51,7 @@
"del": "^2.2.0",
"eslint": "^3.6.1",
"eslint-plugin-mocha": "^4.6.0",
"gemini": "^4.11.3",
"git-hooks": "^1.1.6",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.2",