Skip to content

Commit 87cc6f4

Browse files
committed
Add CICD with travis CI
1 parent a4cefec commit 87cc6f4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
3+
node_js:
4+
- 12
5+
6+
cache:
7+
directories:
8+
- node_modules
9+
10+
notification:
11+
email: false
12+
13+
script:
14+
- yarn build

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# TypeScript React Boilerplate
22

33
Template Typescript React Project
4+
5+
[![Netlify Status](https://api.netlify.com/api/v1/badges/2c01fcbb-9811-4e0e-b86c-e1b79e4f2c46/deploy-status)](https://app.netlify.com/sites/reactts-boilerplate/deploys)
6+
7+
---
48
## Installation
59

610
To use this template

0 commit comments

Comments
 (0)