Skip to content

Commit 12e20f6

Browse files
authored
Merge branch 'master' into master
2 parents 84173c7 + ef543d9 commit 12e20f6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
language: node_js
22
node_js:
33
- 10
4-
script: npm run build
5-
after_success:
6-
- if [[ "${TRAVIS_BRANCH}" == "master" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then npm run deploy -s; fi
4+
script: npm run build && npm t

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Preact Documentation Website
22

3-
[![Build Status](https://travis-ci.org/developit/preact-www.svg?branch=master)](https://travis-ci.org/developit/preact-www)
4-
[![gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/developit/preact)
3+
[![Build Status](https://travis-ci.org/preactjs/preact-www.svg?branch=master)](https://travis-ci.org/preactjs/preact-www)
4+
[![Preact Slack Community](https://preact-slack.now.sh/badge.svg)](https://preact-slack.now.sh)
5+
56

67
Based on [preact-boilerplate](https://github.com/developit/preact-boilerplate)
78

@@ -74,5 +75,5 @@ MIT
7475

7576

7677
[marked]: https://github.com/chjj/marked
77-
[preact]: https://github.com/developit/preact
78+
[preact]: https://github.com/preactjs/preact
7879
[preact-markup]: https://github.com/developit/preact-markup

0 commit comments

Comments
 (0)