mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
add C++11 compiler to travis
This commit is contained in:
parent
4e884b5497
commit
875bb7c14a
@ -4,13 +4,15 @@ node_js:
|
||||
sudo: false
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- libcairo2-dev
|
||||
- libjpeg8-dev
|
||||
- libpango1.0-dev
|
||||
- libgif-dev
|
||||
- build-essential
|
||||
- g++
|
||||
- g++-4.8
|
||||
script:
|
||||
- npm run-script test-travis
|
||||
notifications:
|
||||
@ -18,7 +20,8 @@ notifications:
|
||||
channels:
|
||||
- irc.esper.net#crafatar
|
||||
skip_join: true
|
||||
env: TRAVIS=true
|
||||
env:
|
||||
- TRAVIS=true CXX=g++-4.8
|
||||
services:
|
||||
- redis-server
|
||||
cache:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user