Skip to content

Commit

Permalink
Travis: Reordering things
Browse files Browse the repository at this point in the history
  • Loading branch information
jakiestfu committed Aug 25, 2016
1 parent 9c44fcf commit 13a680d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ sudo: false

before_install:
- npm config set spin false
- npm install -g bower gulp
- npm install -g bower
- bower --version
- npm install phantomjs-prebuilt
- phantomjs --version
- npm run build

install:
- npm install
- bower install

after_install:
- npm run build

script:
- npm test
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@

> A powerful, simple, promise-based `postMessage` library.
[![npm][npm-image]][npm-url]
[![npm](https://img.shields.io/npm/v/postmate.svg)][https://www.npmjs.com/package/postmate]
[![Build Status](https://travis-ci.org/dollarshaveclub/postmate.svg?branch=master)](https://travis-ci.org/dollarshaveclub/postmate)

[npm-image]: https://img.shields.io/npm/v/postmate.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/postmate

_Postmate_ is a promise-based API built on `postMessage`. It allows a parent page
to speak with a child `iFrame` across origins with minimal effort.

Expand Down

0 comments on commit 13a680d

Please sign in to comment.