Skip to content

Commit dd5e74f

Browse files
committed
change the default branch gh-pages > master (https://github.com/Starcounter/AdminTrack/issues/202)
1 parent 4e27947 commit dd5e74f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ before_script:
66
- npm install -g bower
77
- bower install
88
- 'export PATH=$PWD/node_modules/.bin:$PATH'
9-
branches:
10-
only:
11-
- gh-pages
12-
- /.*/
139
node_js: 4
1410
addons:
1511
firefox: latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JSON-Patch-Queue [![Build Status](https://travis-ci.org/PuppetJs/JSON-Patch-Queue.svg?branch=gh-pages)](https://travis-ci.org/PuppetJs/JSON-Patch-Queue)
1+
# JSON-Patch-Queue [![Build Status](https://travis-ci.org/PuppetJs/JSON-Patch-Queue.svg?branch=master)](https://travis-ci.org/PuppetJs/JSON-Patch-Queue)
22
> Makes your JSON Patch application sequential
33
44
Implements a queue of JSON Patches, based on [Versioned JSON Patch](https://github.com/tomalec/Versioned-JSON-Patch) convention, that will resolve a problem of sequential application of JSON Patches.
@@ -17,7 +17,7 @@ Install the component using [Bower](http://bower.io/):
1717
$ bower install json-patch-queue --save
1818
```
1919

20-
Or [download as ZIP](https://github.com/PuppetJs/JSON-Patch-Queue/archive/gh-pages.zip).
20+
Or [download as ZIP](https://github.com/PuppetJs/JSON-Patch-Queue/archive/master.zip).
2121

2222
## Usage
2323

0 commit comments

Comments
 (0)