Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit ff93121

Browse files
Merge pull request #87 from ipfs/happy-travis
chore(travis): build native modules
2 parents c8c5ee8 + d8c3213 commit ff93121

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
sudo: false
22
language: node_js
3-
node_js:
4-
- "stable"
3+
matrix:
4+
include:
5+
- node_js: stable
6+
env: CXX=g++-4.8
57

8+
# Make sure we have new NPM.
69
before_install:
710
- npm install -g npm
811

912
script:
1013
- npm run lint
14+
15+
addons:
16+
apt:
17+
sources:
18+
- ubuntu-toolchain-r-test
19+
packages:
20+
- g++-4.8

0 commit comments

Comments
 (0)