You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1

2
2
3
-
[](https://travis-ci.com/geerlingguy/drupal-vm)[](http://docs.drupalvm.com)[](https://packagist.org/packages/geerlingguy/drupal-vm)[](https://hub.docker.com/r/geerlingguy/drupal-vm/)[](https://microbadger.com/images/geerlingguy/drupal-vm"Get your own image badge on microbadger.com")[](https://riot.im/app/#/room/#drupal-vm:matrix.org)
3
+
[](https://github.com/geerlingguy/drupal-vm/actions?query=workflow%3ACI)[](http://docs.drupalvm.com)[](https://packagist.org/packages/geerlingguy/drupal-vm)[](https://hub.docker.com/r/geerlingguy/drupal-vm/)[](https://microbadger.com/images/geerlingguy/drupal-vm"Get your own image badge on microbadger.com")[](https://riot.im/app/#/room/#drupal-vm:matrix.org)
4
4
5
5
[Drupal VM](https://www.drupalvm.com/) is a VM for Drupal, built with Ansible.
6
6
@@ -168,14 +168,13 @@ Drupal VM runs on almost any modern computer that can run VirtualBox and Vagrant
168
168
169
169
## Tests
170
170
171
-
To run basic integration tests using Docker:
171
+
To run basic integration tests using Docker and Molecule:
2. In this project directory, run: `composer run-tests`
175
176
176
-
> Note: If you're on a Mac, you need to use [Docker's Edge release](https://docs.docker.com/docker-for-mac/install/#download-docker-for-mac), at least until [this issue](https://github.com/docker/for-mac/issues/77) is resolved.
177
-
178
-
The project's automated tests are run via Travis CI, and the more comprehensive test suite covers multiple Linux distributions and many different Drupal VM use cases and deployment techniques.
177
+
The project's automated tests are run via GitHub Actions, and the more comprehensive test suite covers multiple Linux distributions and many different Drupal VM use cases and deployment techniques.
0 commit comments