Skip to content

Commit

Permalink
use ci-common tools from before 1.0
Browse files Browse the repository at this point in the history
There were changes in the ci-common tooling that made the existing
Travis steps break. https://github.com/chef/ci-studio-common#changes-in-100

Signed-off-by: Robb Kidd <rkidd@chef.io>
  • Loading branch information
robbkidd committed Jul 18, 2018
1 parent 92f934a commit 9115e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cache:
- "$TRAVIS_BUILD_DIR/src/$COMPONENT/vendor/bundle"

before_install:
- curl https://github.com/raw/chef/ci-studio-common/master/install.sh | bash
- curl https://github.com/raw/chef/ci-studio-common/master/install.sh | bash -- pre-1.0
- export PATH="$PATH:$HOME/ci-studio-common/bin:$HOME/tools/bin"

env:
Expand Down

0 comments on commit 9115e71

Please sign in to comment.