Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
add missing to dependency on package_cloud gem and release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Dec 24, 2015
1 parent 0a15f5d commit b4f80c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ compiler:
script: ./autogen.sh && ./configure --enable-coverage && make test
install:
- gem install fpm
- gem install package_cloud
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
before_script:
- ./utils/build_gtest.sh
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.4.3 (12/24/2015)
- add missing package_cloud dependency to travi-ci deploy

## v0.4.2 (12/24/2015)
- add missing fpm dependency to travi-ci deploy

Expand Down

0 comments on commit b4f80c7

Please sign in to comment.