Skip to content

Commit a687616

Browse files
Merge pull request #29 from nitishk72/master
Travis added successfully
2 parents 7e6ed07 + 822bbf4 commit a687616

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: node_js
2+
node_js:
3+
- "9"
4+
dist: trusty
5+
sudo: required
6+
7+
branches:
8+
only:
9+
- master
10+
11+
before_script:
12+
- cd command-builder
13+
- npm install
14+
- npm install -g @angular-devkit/schematics-cli
15+
16+
17+
script:
18+
- npm run build

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Netlify Builder demo
1+
[![Build Status](https://travis-ci.org/ngx-builders/netlify-builder.svg?branch=master)](https://travis-ci.org/nitishk72/netlify-builder)
22
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
3+
# Netlify Builder demo
4+
35

46
This repository contains an example of the Angular CLI Architect API.
57

command-builder/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/ngx-builders/netlify-builder.svg?branch=master)](https://travis-ci.org/nitishk72/netlify-builder)
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
13
# Angular CLI Deployment to netlify
24

35
Deploy your Angular app to Netlify directly from the Angular CLI! 🚀

command-builder/ng-add/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"netlifyToken": {
1313
"type": "string",
1414
"description": "You can create a new API for free !",
15-
"x-prompt": "Your Personal access tokens of Netlify Account"
15+
"x-prompt": "Personal Access Tokens of Netlify Account"
1616
}
1717
},
1818
"required": [

0 commit comments

Comments
 (0)