Merge pull request #29 from murgatroid99/travis.yml

Add .travis.yml file
This commit is contained in:
Michael Lumish 2017-09-14 18:20:44 -07:00 committed by GitHub
commit 1b4edc2ed0

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "node"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
install:
- npm install
- gulp setup
script:
- gulp native.test