diff --git a/.travis.yml b/.travis.yml index b2711be..ece4cba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,8 @@ language: go go: - "1.10.1" - "1.10.2" - - "1.10.x" \ No newline at end of file + - "1.10.x" + +env: + - VMX_HOME=$HOME/gopath/src/github.com/zshamrock/vmx/test/config + - VMX_SSH_CONFIG_HOME=$HOME/gopath/src/github.com/zshamrock/vmx/test/ssh \ No newline at end of file