Skip to content

Commit

Permalink
#58 Define Travis env in the .travis.yml config file directly
Browse files Browse the repository at this point in the history
  • Loading branch information
zshamrock committed May 6, 2018
1 parent 7e23233 commit c641b4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ language: go
go:
- "1.10.1"
- "1.10.2"
- "1.10.x"
- "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

0 comments on commit c641b4b

Please sign in to comment.