Remove Travis

This commit is contained in:
vrde 2017-06-16 14:58:06 +02:00
parent 32efda71c1
commit cdddef3d96
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
language: node_js
node_js: node
env:
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
install: npm install
script:
- npm test
- npm run build
cache:
directories:
- node_modules
notifications:
email: false