Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1466 from 18F/ad-update-cf-cli
Browse files Browse the repository at this point in the history
Use newer cf cli version in travis
  • Loading branch information
adelevie committed Dec 1, 2016
2 parents 2acb70b + c411caa commit f931c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit f931c08

Please sign in to comment.