Skip to content

Commit

Permalink
Added Travis and the pass subtitle.
Browse files Browse the repository at this point in the history
Removed the dmg build flag from Mac install comment.
Changed Travis to only report on failure and success change states.
  • Loading branch information
Anne Jan Brouwer committed May 18, 2015
1 parent 9fa6254 commit 5e15a6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ notifications:
irc:
channels:
- "chat.freenode.net#IJhack"
on_success: always
on_success: change
on_failure: always
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
QtPass
QtPass [![Build Status](https://travis-ci.org/IJHack/qtpass.svg?branch=master)](https://travis-ci.org/IJHack/qtpass)
======

QtPass is a GUI for [pass](http://www.passwordstore.org/)
QtPass is a GUI for [pass](http://www.passwordstore.org/), the standard unix password manager.


Features
--------
Expand Down Expand Up @@ -70,7 +71,7 @@ On most systems all you need is:
`qmake && make && make install`

On MacOsX:
`qmake && make && macdeployqt QtPass.app -dmg`
`qmake && make && macdeployqt QtPass.app`
* Currently seems to only work with MacGPG2

On some systems there are issues with qt4 and qt5 being installed at the same time.
Expand All @@ -81,3 +82,4 @@ Further reading
[Documentation](http://qtpass.org/)

[Source code](https://github.com/IJHack/qtpass)

0 comments on commit 5e15a6e

Please sign in to comment.