Skip to content

Commit 3c54ce2

Browse files
committed
Set up Travis integration.
1 parent 6712877 commit 3c54ce2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
node_js:
3+
- "4"
4+
- "6"
5+
- "node"
6+
env:
7+
- CXX=g++-4.8
8+
addons:
9+
apt:
10+
sources:
11+
- ubuntu-toolchain-r-test
12+
packages:
13+
- g++-4.8

0 commit comments

Comments
 (0)