Skip to content

Commit

Permalink
citravis-test-and-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dgodd committed Sep 24, 2018
1 parent ed52e8b commit ccfdc4e
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 @@ -14,7 +14,8 @@ install: true
script:
- go build -o artifacts/pack-$TRAVIS_BUILD_NUMBER-linux ./cmd/pack
- GOOS=darwin go build -o artifacts/pack-$TRAVIS_BUILD_NUMBER-darwin ./cmd/pack
- PACK_PATH=$PWD/artifacts/pack-$TRAVIS_BUILD_NUMBER-linux go test -parallel 1 -v ./ ./acceptance
- GOOS=windows go build -o artifacts/pack-$TRAVIS_BUILD_NUMBER-windows ./cmd/pack
- PACK_PATH=$PWD/artifacts/pack-$TRAVIS_BUILD_NUMBER-linux go test -parallel 1 -v ./...
deploy:
provider: gcs
access_key_id: GOOGDF4RIFV7QEAMMYTZENJA
Expand All @@ -28,4 +29,4 @@ deploy:
repo: buildpack/pack
branch: master
after_deploy:
- echo https://storage.cloud.google.com/pack-cli/pack-$TRAVIS_BUILD_NUMBER-darwin https://storage.cloud.google.com/pack-cli/pack-$TRAVIS_BUILD_NUMBER-linux
- echo https://storage.cloud.google.com/pack-cli/pack-$TRAVIS_BUILD_NUMBER-darwin https://storage.cloud.google.com/pack-cli/pack-$TRAVIS_BUILD_NUMBER-windows https://storage.cloud.google.com/pack-cli/pack-$TRAVIS_BUILD_NUMBER-linux

0 comments on commit ccfdc4e

Please sign in to comment.