mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
docs: contributing docs and github templates (#1496)
This commit is contained in:
parent
8ff489fbce
commit
c5e92b2cc5
6 changed files with 326 additions and 15 deletions
19
.travis.yml
19
.travis.yml
|
@ -1,7 +1,8 @@
|
|||
sudo: false
|
||||
|
||||
language: node_js
|
||||
|
||||
sudo: false
|
||||
dist: trusty
|
||||
|
||||
node_js:
|
||||
- '6'
|
||||
- '7'
|
||||
|
@ -11,6 +12,10 @@ cache:
|
|||
directories:
|
||||
- node_modules
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
@ -18,10 +23,13 @@ addons:
|
|||
packages:
|
||||
- g++-4.8
|
||||
|
||||
before_install: if [[ `npm -v` != 5* ]]; then npm i -g npm@5; fi
|
||||
before_install:
|
||||
- npm i -g npm@latest
|
||||
|
||||
install:
|
||||
- npm i
|
||||
- travis_retry npm i
|
||||
|
||||
before_script:
|
||||
|
||||
script:
|
||||
- npm run lint:ci
|
||||
|
@ -29,6 +37,3 @@ script:
|
|||
|
||||
git:
|
||||
depth: 1
|
||||
|
||||
notifications:
|
||||
slack: akveo:q559HckfZMSyZRb803aiLcjH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue