Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 3a829e5

Browse files
committed
Added .travis.yml
1 parent 70cc301 commit 3a829e5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
language: node_js
3+
compiler:
4+
- gcc
5+
- clang
6+
addons:
7+
apt:
8+
sources:
9+
- ubuntu-toolchain-r-test
10+
packages:
11+
- gcc-4.8
12+
- g++-4.8
13+
- clang
14+
node_js:
15+
- "6.9.1"
16+
before_install:
17+
- export CXX="g++-4.8" CC="gcc-4.8"
18+
after_script:
19+
- npm run coverage
20+
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls

0 commit comments

Comments
 (0)