Skip to content

Commit

Permalink
Auto-merge for PR #60 via VersionBot
Browse files Browse the repository at this point in the history
test(ci): Fix pip -> pip2 on Travis CI
  • Loading branch information
resin-io-modules-versionbot[bot] authored Dec 12, 2017
2 parents def990f + abc3b0d commit 5ca1568
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
pip install --user cpplint;
else
pip install cpplint;
pip2 install cpplint;
fi
script:
- npm test
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v1.3.6 - 2017-12-12

* Test(ci): Fix pip -> pip2 on Travis CI #60 [Jonas Hermsmeier]

## v1.3.5 - 2017-10-19

* Chore(scripts): Run CI on x86 as well #58 [Jonas Hermsmeier]
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": "mountutils",
"version": "1.3.5",
"version": "1.3.6",
"main": "index.js",
"description": "Cross platform mount related utilities",
"homepage": "https://github.com/resin-io-modules/mountutils",
Expand Down

0 comments on commit 5ca1568

Please sign in to comment.