Skip to content

Commit 5f6832a

Browse files
committed
Use c++11
1 parent 1b556fd commit 5f6832a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@ notifications:
55
on_success: never
66
on_failure: change
77

8+
addons:
9+
apt:
10+
sources:
11+
- ubuntu-toolchain-r-test
12+
packages:
13+
- g++-4.8
14+
815
node_js:
916
- "stable"
1017

18+
env:
19+
- CC=gcc-4.8 CXX=g++-4.8
20+
1121
script:
1222
- npm run lint+build+test

0 commit comments

Comments
 (0)