1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 01:36:56 +01:00

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

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