diff options
author | Tim Smith <tsmith@chef.io> | 2017-06-08 15:56:13 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-06-08 15:56:13 -0700 |
commit | c9ee222be705ab5424db010c502169f13290ae21 (patch) | |
tree | ee396e71d2b34afff275883f274b852da945262a | |
parent | 7d9e6830a834f3a66eada034c07b0c069b0eec67 (diff) | |
download | chef-c9ee222be705ab5424db010c502169f13290ae21.tar.gz |
Update the chefspec URL for Travis
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 91343eb67b..e07a56dbbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ matrix: script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec rvm: 2.4.1 - env: - TEST_GEM: sethvargo/chefspec + TEST_GEM: chefspec/chefspec script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake rvm: 2.4.1 - env: |