Add .travis.yml
This commit is contained in:
parent
4d8cd88d8a
commit
eca23e1e2d
|
@ -0,0 +1,14 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "8.11.3"
|
||||
cache:
|
||||
- directories:
|
||||
- node_modules
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: "Tests"
|
||||
name: "Web Production Build Test"
|
||||
script:
|
||||
- npm install
|
||||
- npm run build
|
Loading…
Reference in New Issue