Skip to content

Commit e720ae6

Browse files
committed
On x86_64 we seem to require the C++ libraries corresponding to g++-5.
1 parent bb42684 commit e720ae6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
sudo: false
12
language: node_js
23
node_js:
34
- "4.1.2"
45
- "3.3.1"
56
- "2.4.0"
7+
git:
8+
depth: 10
9+
addons:
10+
apt:
11+
sources:
12+
- ubuntu-toolchain-r-test
13+
packages:
14+
- g++-5-multilib

0 commit comments

Comments
 (0)