From 63c81728d2888786381ec759c14444cb3556b898 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 9 Aug 2013 19:47:33 -0300 Subject: [PATCH] Making a small change on travis and heroku configs --- .slugignore | 11 +++++++++++ .travis.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .slugignore diff --git a/.slugignore b/.slugignore new file mode 100644 index 0000000..9928928 --- /dev/null +++ b/.slugignore @@ -0,0 +1,11 @@ +assets +node_modules +public +tests +.bowerrc +nose.cfg +.travis.yml +bower.json +deploy.sh +Gruntfile.js +*.sh \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 59e8aa2..6101ba4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: deploy: provider: heroku - buildpack: python + buildpack: https://github.com/heroku/heroku-buildpack-python api_key: secure: GgLR9intIuyXgixva617hQMaiB5QOzwBNKFYYGoKU3cWwV0MZKKnIhnKfGnsV/5fjtW/EGlLV4U9YtHIg1S3ohVTceaGPMo2t4ko7HIies8U/6NadwrTduXOcDsT3FdCB4TGjhvQOHPutRfH83ShHQz/oJEzSC8u8V/q5Dpfhj8= app: pyregex