Setup Travis CI to run build in release mode
This commit is contained in:
parent
1bcc2ea8a4
commit
40dbd2bc19
2 changed files with 5 additions and 1 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- lts/*
|
||||
cache: yarn
|
||||
Loading…
Add table
Add a link
Reference in a new issue