Update README

Remove the debian-part in testing.
This commit is contained in:
Sebastian Gumprich 2015-08-30 18:54:27 +02:00
parent 7b5fa53f3a
commit be279bdb6b

View file

@ -61,12 +61,9 @@ bundle exec thor kitchen:fetch-remote-tests
# fast test on one machine
bundle exec kitchen test default-ubuntu-1204
# test on all machines except Debian-based machines
# test on all machines
bundle exec kitchen test
# test on Debian-based machines
KITCHEN_YAML=".kitchen_debian.yml" bundle exec kitchen test
# for development
bundle exec kitchen create default-ubuntu-1204
bundle exec kitchen converge default-ubuntu-1204