Add travis config

This commit is contained in:
Rodrigo Pombo 2019-02-07 18:02:46 -03:00
parent a349fe09f2
commit 78cffe89a1

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js:
- "stable"
cache:
yarn: true