summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-11-01 19:00:09 -0600
committerTristan Sloughter <t@crashfast.com>2015-11-01 19:00:09 -0600
commite5aa04f27800ee83a5d5e76fd95c9f31e6aff090 (patch)
tree75682d5ea9714113e592e872d5e0f93a095069ba /.travis.yml
parent3f7886abe0e88c6737d80804dec0eef89b1940db (diff)
fix #903: use app discover of entire plugins dir when listing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f435a71..7530a98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ branches:
- master
cache:
directories:
- - $HOME/.cache/rebar3/hex/com/amazonaws/s3/s3.hex.pm/tarballs/packages/
+ - $HOME/.cache/rebar3/hex/default
before_deploy: "rm -rf !(rebar3)"
deploy:
on: