Update github edit link

Move secure token to travis setup

Update deploy

show what's going on

try
This commit is contained in:
Paulus Schoutsen 2016-08-21 17:03:16 -07:00
parent 5e6b7fd977
commit 82fb2aa61d
3 changed files with 3 additions and 6 deletions

View file

@ -3,7 +3,4 @@ sudo: false
cache: bundler
script: rake generate
after_success:
- '[ "${TRAVIS_BRANCH}" = "master" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && rake deploy || false'
env:
global:
secure: RgYtd9+qY3kBrDbAqSGszBEiZIalPzSd72a0w4zyG1FX4B/xA9ilqH1mLaBbjNsuwsDIfW6D4Vupec8Uh/eBtLKAt05pdZ70WiP9TYg1QRQS9k5epaqbOvxFzIzQO4Mcz1dT0tuMJ9c0H9VXUjFJVtCG17vkPpK3qHkYW0GAxqE=
- '[ "${TRAVIS_BRANCH}" = "current" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && rake deploy || false'