mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-13 00:46:15 +01:00
fix(travis): fix incorrect travis filename
This commit is contained in:
parent
0c15ded7d4
commit
cc2fb1bc58
1 changed files with 0 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
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