Skip to content

Commit

Permalink
Chore: Update Travis config (#219)
Browse files Browse the repository at this point in the history
- Remove config that only builds master branch - this ends up skipping our PRs
- Update Travis shield.io badge link
  • Loading branch information
tonyjin authored Jul 13, 2017
1 parent f10b14c commit a6fe4b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ node_js:
- "6"
script: yarn run ci
cache: yarn
branches:
only:
- master

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat-square)](http://opensource.box.com/badges/)
[![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.com/box/box-content-preview)
[![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.org/box/box-content-preview)
[![version](https://img.shields.io/badge/version-v1.0.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview)
[![npm version](https://img.shields.io/npm/v/box-ui-elements.svg?style=flat-square)](https://www.npmjs.com/package/box-ui-elements)

Expand Down

0 comments on commit a6fe4b6

Please sign in to comment.