reindent travis file and add g++4.8 (for c++11)

pull/1/head
Chocobozzz 2015-11-11 14:57:28 +01:00
parent d74c85c4b8
commit 1eb6997e72
1 changed files with 19 additions and 12 deletions

View File

@ -4,6 +4,13 @@ node_js:
- "0.12"
- "4.2"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
sudo: false
services: