Setup Travis CI to run build in release mode

This commit is contained in:
Norbert Renner 2019-05-23 12:09:11 +02:00
parent 1bcc2ea8a4
commit 40dbd2bc19
2 changed files with 5 additions and 1 deletions

4
.travis.yml Normal file
View file

@ -0,0 +1,4 @@
language: node_js
node_js:
- lts/*
cache: yarn