added: travis file

This commit is contained in:
Gianluca Guarini 2019-03-23 16:01:50 +01:00
parent 4f468d1d80
commit 07dd2e9abe

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: node_js
node_js:
- 10
branches:
only:
- master
- dev
notifications:
email: false
sudo: false