mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-27 06:36:08 +00:00
Create .travis.yml
This commit is contained in:
parent
5590c8881f
commit
f72b47bcab
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
language: node_js
|
||||||
|
dist: trusty
|
||||||
|
sudo: required
|
||||||
|
node_js:
|
||||||
|
- 'node'
|
||||||
|
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
|
||||||
|
script:
|
||||||
|
- npm run build
|
Loading…
Add table
Add a link
Reference in a new issue