Skip to content

Commit 617e11b

Browse files
committed
Run the build before running tests on Travis
1 parent bd3265a commit 617e11b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ node_js:
44
- stable
55
before_install:
66
- npm i -g npm
7+
before_script:
8+
- lerna run build
79
cache:
810
directories:
911
- node_modules
1012
branches:
1113
only:
1214
- master
1315
- next
14-
- /^greenkeeper-/

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ This repository is a monorepo that we manage using [Lerna](https://github.com/le
4040
| [`react-router-redux`](/packages/react-router-redux) | [![npm](https://img.shields.io/badge/npm-v5.0.0--alpha.6-orange.svg?style=flat-square)](https://www.npmjs.com/package/react-router-redux) | [![](https://img.shields.io/badge/API%20Docs-readme-orange.svg?style=flat-square)](/packages/react-router-redux/#readme) | Integration with React Router and Redux |
4141
| [`react-router-config`](/packages/react-router-config) | [![npm](https://img.shields.io/npm/v/react-router-config.svg?style=flat-square)](https://www.npmjs.com/package/react-router-config) | [![](https://img.shields.io/badge/API%20Docs-readme-orange.svg?style=flat-square)](/packages/react-router-config/#readme) | Static route config helpers |
4242

43+
## About
44+
45+
Development of react-router is done by [React Training](https://reacttraining.com) and many [amazing contributors](https://github.com/ReactTraining/react-router/graphs/contributors). If you're interested in learning more about what React can do for your company, please [get in touch](mailto:[email protected])!
46+
4347
## Thanks
4448

4549
Thanks to [our sponsors](/SPONSORS.md) for supporting the development of React Router.
46-
47-
Also, thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to run our build in real browsers.

0 commit comments

Comments
 (0)