Skip to content

Commit

Permalink
Merge pull request #753 from heroku/danielleadams-patch-1
Browse files Browse the repository at this point in the history
Update Travis badge to use master
  • Loading branch information
danielleadams authored Apr 2, 2020
2 parents 2a9cc26 + 00d0d28 commit 08e52c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Node.js Buildpack Changelog

## master
- Update Travis badge to `master` and other changes in README ([#753](https://github.com/heroku/heroku-buildpack-nodejs/pull/753))

## v170 (2020-03-31)
- Bump rake from 12.3.1 to 12.3.3 ([#742](https://github.com/heroku/heroku-buildpack-nodejs/pull/742))
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Node.js apps.

[![Build Status](https://travis-ci.org/heroku/heroku-buildpack-nodejs.svg)](https://travis-ci.org/heroku/heroku-buildpack-nodejs)
[![Build Status](https://travis-ci.org/heroku/heroku-buildpack-nodejs.svg?branch=master)](https://travis-ci.org/heroku/heroku-buildpack-nodejs)

## Documentation

Expand All @@ -20,16 +20,15 @@ For more general information about buildpacks on Heroku:

## Locking to a buildpack version

In production, you frequently want to lock all of your dependencies - including
buildpacks - to a specific version. That way, you can regularly update and
test them, upgrading with confidence.
In production, you may want to lock dependencies - including
buildpacks - to a specific version.

First, find the version you want from
[the list of buildpack versions](https://github.com/heroku/heroku-buildpack-nodejs/releases).
Then, specify that version with `buildpacks:set`:

```
heroku buildpacks:set https://github.com/heroku/heroku-buildpack-nodejs#v83 -a my-app
heroku buildpacks:set https://github.com/heroku/heroku-buildpack-nodejs#v170 -a my-app
```

If you have trouble upgrading to the latest version of the buildpack, please
Expand Down

0 comments on commit 08e52c2

Please sign in to comment.