mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-02 11:50:17 +01:00
feat(travis): test travis config
This commit is contained in:
parent
08fac421dd
commit
0c15ded7d4
1 changed files with 14 additions and 0 deletions
14
.travis
Normal file
14
.travis
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
language: node_js
|
||||||
|
|
||||||
|
node_js:
|
||||||
|
- "4"
|
||||||
|
- "5"
|
||||||
|
- "node"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
|
||||||
|
script:
|
||||||
|
- npm run build:prod
|
||||||
Loading…
Add table
Add a link
Reference in a new issue