diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-29 15:01:22 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-29 15:01:22 +0100 |
commit | 10b567f7a1037e9747cc9cf5f34b65ee4b94cf3b (patch) | |
tree | 894451c0f493051e2b8218918bcddc992d730572 | |
parent | 3da340539e18239ff695d5a5f7d3cec0e440e560 (diff) |
Correct typo
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 00b75b62f..3dd285bdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ before_install: - export DEBIAN_FRONTEND=noninteractive - sudo apt-get -y install exim4-daemon-light - sudo apt-get -y install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler)"` - - ./script/rails-post-install + - ./script/rails-post-deploy before_script: |