Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
ENG-1523: run goss on windows CI. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-improbable committed May 23, 2019
1 parent cd264ee commit 8874133
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ go:
sudo: required
dist: trusty

os:
- linux
- windows

services:
- docker

before_install:
- if [ "$TRAVIS_OS_NAME" == "windows" ]; then choco install make; fi
- go get -u golang.org/x/lint/golint

script:
- make
# TODO(ENG-1523): windows does not currently support test-int-*, only unit tests executed from make.
- if [ "$TRAVIS_OS_NAME" == "windows" ]; then make lint test; else make; fi

deploy:
provider: releases
Expand Down

0 comments on commit 8874133

Please sign in to comment.