mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +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
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- libcairo2-dev
|
- libcairo2-dev
|
||||||
- libjpeg8-dev
|
- libjpeg8-dev
|
||||||
- libpango1.0-dev
|
- libpango1.0-dev
|
||||||
- libgif-dev
|
- libgif-dev
|
||||||
- build-essential
|
- build-essential
|
||||||
- g++
|
- g++-4.8
|
||||||
script:
|
script:
|
||||||
- npm run-script test-travis
|
- npm run-script test-travis
|
||||||
notifications:
|
notifications:
|
||||||
@ -18,7 +20,8 @@ notifications:
|
|||||||
channels:
|
channels:
|
||||||
- irc.esper.net#crafatar
|
- irc.esper.net#crafatar
|
||||||
skip_join: true
|
skip_join: true
|
||||||
env: TRAVIS=true
|
env:
|
||||||
|
- TRAVIS=true CXX=g++-4.8
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user