Skip to content

Commit eecaa27

Browse files
Jami LurockJami Lurock
authored andcommitted
2 parents 56bcebf + 47dc446 commit eecaa27

File tree

6 files changed

+1654
-1868
lines changed

6 files changed

+1654
-1868
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ wrote and providing an environment that makes it easy to visualize changes, docu
77
fix broken UI.
88

99
[![npm version](https://badge.fury.io/js/angular-playground.svg)](https://badge.fury.io/js/angular-playground)
10-
[![build status](https://travis-ci.org/SoCreate/angular-playground.svg?branch=master)](https://travis-ci.org/SoCreate/angular-playground)
10+
[![Build Status](https://dev.azure.com/SoCreate/Open%20Source%20Projects/_apis/build/status/Angular-Playground?branchName=master)](https://dev.azure.com/SoCreate/Open%20Source%20Projects/_build/latest?definitionId=31&branchName=master)
1111

1212

1313
> [Watch our 2018 Angular Meetup Talk](https://www.youtube.com/watch?v=QfvwQEJVOig&t)

azure-pipelines.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
trigger:
3+
- master
4+
5+
pool:
6+
vmImage: ubuntu-latest
7+
8+
steps:
9+
- task: NodeTool@0
10+
inputs:
11+
versionSpec: '10.x'
12+
displayName: 'Install Node.js'
13+
14+
- script: |
15+
npm install
16+
npm test
17+
displayName: 'npm test'

0 commit comments

Comments
 (0)