Skip to content

Commit

Permalink
adjust travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed May 2, 2023
1 parent c44c551 commit e2565f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install:
- vagrant plugin install vagrant-libvirt
- pip install wheel pyopenssl tox
- sudo chmod o+rwx /var/run/libvirt/libvirt-sock
- ./configure
- sh configure

script:
- mv ../ansible-role-libvirt-host ../tcharl.ansible_role_libvirt_host
Expand Down
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

vagrant plugin install vagrant-persistent-storage

0 comments on commit e2565f2

Please sign in to comment.