Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoodyear committed Nov 18, 2015
1 parent 8b12fb2 commit 8a5d952
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: false
language: node_js
node_js:
- "5.0"
- "4.0"
- "0.12"
- "0.10"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.1.5
- Update travis for newer node versions

## v1.1.4
- Remove var preventing tests from passing that was added for postponed feature

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-vertical-rhythm",
"version": "1.1.4",
"version": "1.1.5",
"description": "A PostCSS plugin to create a custom vertical rhythm unit from the base font-size and line-height.",
"keywords": [
"postcss",
Expand Down

0 comments on commit 8a5d952

Please sign in to comment.