updating travis config - seedlinux - Torrent indexing tool opensource torrents with share ratio's etc.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 1eb381e98bf295c4c53eec67dc54afe581fd760e
 (DIR) parent e8828a33e2eaf68dbb3bbbd12906ebb5e055247c
 (HTM) Author: Jay Scott <jay@jayscott.co.uk>
       Date:   Sat,  1 Jul 2017 05:00:43 +0100
       
       updating travis config
       
       Diffstat:
         M .travis.yml                         |      11 +++++++++--
       
       1 file changed, 9 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       @@ -9,4 +9,11 @@ cache:
        services: mongodb
        
        script: 
       - - "echo 'Need some tests!'"
       -\ No newline at end of file
       + - "echo 'Need some tests!'"
       +
       +
       + deploy:
       +  provider: heroku
       +  api_key: $HEROKU_KEY
       +  app:
       +    master: seedlinux
       +\ No newline at end of file