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,12 +19,22 @@
# IN THE SOFTWARE. # IN THE SOFTWARE.
language: node_js language: node_js
sudo: false
# Node.js versions # Node.js versions
node_js: node_js:
- 4.5.0 - 4.5.0
- 6.7.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 # Install dependencies
before_script: before_script:
- npm install - npm install

View File

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