diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-13 19:44:44 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-13 19:44:44 -0600 |
commit | 2226f7c1be01d4a1c63e7ae80e721de9f2ddf8e2 (patch) | |
tree | 75ce5c6d6d12f36aba6401c713443e1c80f67335 | |
parent | 169bfce6a71de131abfbf3910c34684dc5549ed7 (diff) |
switch travis to master branch
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b024e58..19eb573 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ otp_release: script: make travis branches: only: - - rebar3 + - master before_deploy: "rm -rf !(rebar3)" deploy: on: |