From c411caa4c53406b715c8c9329b3529256a417c66 Mon Sep 17 00:00:00 2001 From: Alan deLevie Date: Thu, 1 Dec 2016 16:55:12 -0500 Subject: [PATCH] Use newer cf cli version in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ebc38d98..e3c5c886 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ after_script: - pa11y-crawl --run "bundle exec puma" --ci http://localhost:3000 before_deploy: - export PATH=$HOME:$PATH -- travis_retry curl -L -o $HOME/cf.tgz "https://cli.run.pivotal.io/stable?release=linux64-binary&version=6.15.0" +- travis_retry curl -L -o $HOME/cf.tgz "https://cli.run.pivotal.io/stable?release=linux64-binary&version=6.22.2" - tar xzvf $HOME/cf.tgz -C $HOME - cf install-plugin autopilot -f -r CF-Community - bundle exec rake git:dump_sha