Skip to content

Commit

Permalink
Get the os version on travis (#2871)
Browse files Browse the repository at this point in the history
  • Loading branch information
prietyc123 committed Apr 13, 2020
1 parent 749739a commit f07025a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
install:
- make goget-tools
script:
- lsb_release -a
- export PATH="$PATH:$GOPATH/bin"
- make bin
- make validate
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
install:
- make goget-tools
script:
- system_profiler SPSoftwareDataType
- export PATH="$PATH:$GOPATH/bin"
- make bin
- make validate
Expand Down

0 comments on commit f07025a

Please sign in to comment.