mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +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