File tree Expand file tree Collapse file tree 6 files changed +3016
-282
lines changed Expand file tree Collapse file tree 6 files changed +3016
-282
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ jspm_packages
6
6
# Serverless directories
7
7
.serverless
8
8
config.yml
9
- .env
9
+ .env
10
+ public /
Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - " node"
4
+ cache :
5
+ directories :
6
+ - ~/.npm
7
+ script :
8
+ - npm test
9
+ notifications :
10
+ email : false
11
+ after_success :
12
+ - npm run travis-deploy-once "npm run semantic-release"
13
+ branches :
14
+ except :
15
+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 2
2
3
3
<p align =" center " >
4
4
<a href =" https://github.com/Filiosoft/gitlab-roadmap/blob/master/LICENSE " ><img src =" https://img.shields.io/github/license/Filiosoft/gitlab-roadmap.svg " alt =" GitHub license " ></a >
5
- <a href =" https://travis-ci.com/Filiosoft/gitlab-roadmap " ><img src =" https://travis-ci.com/Filiosoft/gitlab-roadmap.svg?branch=master " alt =" Build Status " ></a >
5
+ <a href =" https://travis-ci.com/Filiosoft/gitlab-roadmap " ><img src =" https://travis-ci.com/Filiosoft/gitlab-roadmap.svg?branch=develop " alt =" Build Status " ></a >
6
6
<a href =" http://commitizen.github.io/cz-cli/ " ><img src =" https://img.shields.io/badge/commitizen-friendly-brightgreen.svg " alt =" Commitizen friendly " ></a >
7
7
<a href =" https://standardjs.com " ><img src =" https://img.shields.io/badge/code_style-standard-brightgreen.svg " alt =" JavaScript Style Guide " ></a >
8
+ <a href =" https://github.com/semantic-release/semantic-release " ><img src =" https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg " alt =" semantic-release " ></a >
8
9
9
10
</p >
10
11
<p align =" center " ><b >📢 Create a product roadmap website with GitLab Issue Boards as a backend!</b ></p >
13
14
14
15
Click the button below to deploy on Heroku!
15
16
16
- [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy )
17
+ [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy?template=https://github.com/Filiosoft/gitlab-roadmap )
17
18
18
19
## Install on AWS Lambda
19
20
You can’t perform that action at this time.
0 commit comments