Set up first pass to Travis build

This commit is contained in:
Franc Camps-Febrer
2018-11-07 14:54:46 -05:00
parent 8330643fc8
commit 4dcf89b0c9

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
before_script:
- npm install -g yarn
install:
- yarn
script:
- yarn build