Skip to content

Commit

Permalink
#58 Mark used Travis env variables as global
Browse files Browse the repository at this point in the history
  • Loading branch information
zshamrock committed May 6, 2018
1 parent c641b4b commit 2c2ac0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ go:
- "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
global:
- VMX_HOME=$HOME/gopath/src/github.com/zshamrock/vmx/test/config
- VMX_SSH_CONFIG_HOME=$HOME/gopath/src/github.com/zshamrock/vmx/test/ssh

0 comments on commit 2c2ac0f

Please sign in to comment.