Skip to content

Commit d911e4c

Browse files
committed
Make sure we have coveralls
Signed-off-by: Tim Smith <tsmith@chef.io>
1 parent 7ad10c0 commit d911e4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ env:
2929
before_script:
3030
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
3131
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
32+
- /opt/chefdk/embedded/bin/chef gem install coveralls # needed for chefspecs
3233

3334
script: KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
3435

0 commit comments

Comments
 (0)