Skip to content

Commit 829613d

Browse files
author
Gergely Nemeth
committed
Merge branch 'master' of https://github.com/knode/node-meatspace
2 parents 3c59349 + 6247394 commit 829613d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ node_js:
44
script: npm run-script deploy
55
env:
66
global:
7-
- GH_REF: github.com/mikeal/node-meatspace.git
8-
- secure: RsZYDm04omEFiyFgpa5wH2Dl+x+lKelG8xwl0AwrrztHoDTGyEoDhUxvJMQR5HluoYx2WIBQ4wUIcTV1Z7deg9e6V4pEZMQ4H+KGWgc9/YfkZxm1wTtcXLn6BJPcgdH2GJ72IG4EQHKZttV8AmD1rOBkPAGCnkcUR4hRHhBKiaA=
7+
- GH_REF: github.com/knode/node-meatspace.git
8+
- secure: RIbIq8hI153J5trRaogHPziSahL9xFM2Vg6Yf3pKGDy5hmHJ/hQjLqkcdqok1MxpmqNqacy6IpYqJukYY7wUmQ5TKhaBa8v9/sPQs9hgfrV6XejmczWnmQaG0KZ14hvegtxL/SJW48N88JcOh9LeLLLarpTgvEAc5ulZuplWG+M=

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/mikeal/node-meatspace.png)](https://travis-ci.org/mikeal/node-meatspace)
1+
[![Build Status](https://travis-ci.org/knode/node-meatspace.png)](https://travis-ci.org/knode/node-meatspace)
22

33
Node.js Meatspace
44
==============
@@ -22,9 +22,12 @@ send a pull request.*
2222
### January 2014
2323
* *Jan 21th* **Budapest, Hungary** [Nodebp Meetup](http://www.meetup.com/nodebp/events/156892152)
2424
* *Jan 20th* **London, United Kingdom** [London Node User Group](http://lanyrd.com/2014/lnug-january/)
25+
* *Jan 23rd* **Melbourne, Australia** [Melbourne Node.js meetup](http://www.meetup.com/MelbNodeJS/events/154220132/)
2526
* *Jan 25th* **Brescia, Italy** [nodejsconf.it](http://nodejsconf.it)
2627
* *Jan 25th* **London, United Kingdom** [NodeBots of London](http://www.meetup.com/NodeBots-of-London/events/160405872/)
28+
* *Jan 27th* **Richland, WA, USA** [Hapi 2.0 Event at &yet](https://tito.io/&yet/hapijs-20)
2729
* *Jan 29th* **Paris, France** [ParisJS](http://www.meetup.com/FranceJS/events/158150272/)
30+
* *Jan 30th* **Los Angeles, CA, USA** [JS.LA](http://js.la)
2831

2932

3033
### February 2014

deploy-ghpages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ node build.js
1010
cp ../countryiso.js ./countryiso.js
1111
git add .
1212
git commit -m "Deployed to Github Pages"
13-
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages >/dev/null
13+
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1
1414
)

0 commit comments

Comments
 (0)