Initiating a CI pipeline

This commit is contained in:
Julien Deswaef 2018-09-20 14:50:06 -04:00
parent acc5a7bc0f
commit 3530ea87dc

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language:
- ruby
- node_js
install:
- bundle install
- npm install
script:
- npm run build