1.2.1 • Published 5 years ago

wait-for-netlify-preview v1.2.1

Weekly downloads
31
License
MIT
Repository
github
Last release
5 years ago

wait-for-netlify-preview

Let your Travis CI wait for the Netlify build preview

npm (scoped with tag) npm Build Status codecov Dependencies js-standard-style thanks

📖 Release Notes

Setup

Yarn

$ yarn add wait-for-netlify-preview

npm

$ npm install --save wait-for-netlify-preview

Usage

Requires the following environment variables:

  • GITHUB_API_TOKEN
  • TRAVIS_PULL_REQUEST_SHA
  • TRAVIS_REPO_SLUG
$ wait-for-netlify-preview

An example .travis.yml can be found here soon!

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

Inspiration

Inspired by wait-for-now

License

MIT License

Copyright (c) Alexander Lichter

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago