summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--README.md8
2 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 0219ccbb..a4ca80c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,5 +32,5 @@ notifications:
irc:
channels:
- "chat.freenode.net#IJhack"
- on_success: always
+ on_success: change
on_failure: always
diff --git a/README.md b/README.md
index c81bd4fc..19d34fa0 100644
--- a/README.md
+++ b/README.md
@@ -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
--------
@@ -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.
@@ -81,3 +82,4 @@ Further reading
[Documentation](http://qtpass.org/)
[Source code](https://github.com/IJHack/qtpass)
+