Skip to content

Commit

Permalink
Merge pull request desktop#4763 from desktop/vsts-tweaks
Browse files Browse the repository at this point in the history
VSTS tweaks
  • Loading branch information
nerdneha authored May 29, 2018
2 parents 5198b3e + b2b34a6 commit 3b6e7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Travis](https://img.shields.io/travis/desktop/desktop.svg?style=flat-square&label=Travis+CI)](https://travis-ci.org/desktop/desktop)
[![CircleCI](https://img.shields.io/circleci/project/github/desktop/desktop.svg?style=flat-square&label=CircleCI)](https://circleci.com/gh/desktop/desktop)
[![AppVeyor Build Status](https://img.shields.io/appveyor/ci/github-windows/desktop/master.svg?style=flat-square&label=AppVeyor&logo=appveyor)](https://ci.appveyor.com/project/github-windows/desktop/branch/master)
[![VSTS Build Status](https://github.visualstudio.com/_apis/public/build/definitions/845028c2-21f3-4eb1-80b9-215d3e9b1d08/3/badge)](https://github.visualstudio.com/Desktop/_build/index?definitionId=3)
[![license](https://img.shields.io/github/license/desktop/desktop.svg?style=flat-square)](https://github.com/desktop/desktop/blob/master/LICENSE)
![90+% TypeScript](https://img.shields.io/github/languages/top/desktop/desktop.svg?style=flat-square&colorB=green)

Expand Down
12 changes: 1 addition & 11 deletions vsts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ phases:
- script: |
yarn test:setup && yarn test
name: Test
- script: |
yarn package
name: Package
- phase: Linux
queue: Hosted Linux Preview
Expand All @@ -38,15 +35,12 @@ phases:
name: Install
- script: |
yarn lint && yarn build:prod
name: Build
name: Build
- script: |
export DISPLAY=':99.0'
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
yarn test:setup && yarn test
name: Test
- script: |
yarn package
name: Package
- phase: macOS
queue: Hosted macOS Preview
Expand All @@ -66,7 +60,3 @@ phases:
- script: |
yarn test:setup && yarn test
name: Test
- script: |
yarn package
name: Package

0 comments on commit 3b6e7a1

Please sign in to comment.