remove unused old travis file (#1793)

This commit is contained in:
Eugenio Romano
2017-03-30 18:54:32 +01:00
committed by GitHub
parent 2cc124bb87
commit 3f007ce464
3 changed files with 0 additions and 36 deletions

View File

@@ -1,12 +0,0 @@
language: node_js
node_js:
- v5
- v4
- '0.12'
- '0.10'
install: npm install
sudo: false
after_success:
npm run coverage
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"