Skip to content

Commit b175ab9

Browse files
authored
Merge pull request #193 from Tyriar/vsts
Add VSTS CI
2 parents 9a1215e + 1687544 commit b175ab9

File tree

4 files changed

+3
-31
lines changed

4 files changed

+3
-31
lines changed

Diff for: .npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
package-lock=false
21
unsafe-perm=true
2+
package-lock=false

Diff for: .travis.yml

-17
This file was deleted.

Diff for: README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# node-pty
22

3-
[![Travis CI build status](https://travis-ci.org/Tyriar/node-pty.svg?branch=master)](https://travis-ci.org/Tyriar/node-pty)
4-
[![Appveyor build status](https://ci.appveyor.com/api/projects/status/1064dcr2t2r90q4n/branch/master?svg=true)](https://ci.appveyor.com/project/Tyriar/node-pty/branch/master)
3+
[![Build status](https://tyriar.visualstudio.com/_apis/public/build/definitions/2d361770-e039-4acc-b2b2-ef8396473589/1/badge)](https://tyriar.visualstudio.com/node-pty/_build/index?definitionId=1)
54

65
`forkpty(3)` bindings for node.js. This allows you to fork processes with pseudoterminal file descriptors. It returns a terminal object which allows reads and writes.
76

@@ -62,7 +61,7 @@ npm run tsc
6261

6362
### Dependencies on Windows
6463

65-
`npm install` requires some tools to be present in the system like Python and C++ compiler. Windows users can easily install them by running the following command in PowerShell as administrator. For more information see https://github.com/felixrieseberg/windows-build-tools:
64+
`npm install` requires some tools to be present in the system like Python and C++ compiler. Windows users can easily install them by running the following command in PowerShell as administrator. For more information see https://github.com/felixrieseberg/windows-build-tools:
6665

6766
```sh
6867
npm install --global --production windows-build-tools

Diff for: appveyor.yml

-10
This file was deleted.

0 commit comments

Comments
 (0)