mirror of https://github.com/calzoneman/sync.git
Add .travis.yml
This commit is contained in:
parent
7595faf11d
commit
cc23fd5273
|
@ -0,0 +1,13 @@
|
||||||
|
language: node_js
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- gcc-4.8
|
||||||
|
- g++-4.8
|
||||||
|
env:
|
||||||
|
- CXX="g++-4.8"
|
||||||
|
node_js:
|
||||||
|
- "7"
|
||||||
|
- "6"
|
Loading…
Reference in New Issue