aboutsummaryrefslogtreecommitdiff
path: root/test-vm/omz.sh
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-03-21 05:03:32 +0300
committerGitHub <noreply@github.com>2017-03-21 05:03:32 +0300
commit9e40f2d9f2d9c6a193cc67b7577666c3f782a010 (patch)
tree6143ce8e243ceb67bb4819b234b06859e2b1972f /test-vm/omz.sh
parent0132c5dc35eefa428e0b914c724c28c8068ac7e1 (diff)
parent3ef7fb35f818a44c029eea7e8196f75a6b0e6eba (diff)
Merge pull request #452 from dritter/improve_travis_and_vms
Improve travis and VMs
Diffstat (limited to 'test-vm/omz.sh')
-rw-r--r--test-vm/omz.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-vm/omz.sh b/test-vm/omz.sh
index 953f5c8f..73b659f3 100644
--- a/test-vm/omz.sh
+++ b/test-vm/omz.sh
@@ -28,4 +28,6 @@ plugins=(git rake ruby)
source $ZSH/oh-my-zsh.sh
' > $HOME/.zshrc
+ # setup environment
+ /vagrant_data/test-vm-providers/setup-environment.sh
)