Skip to content

Commit

Permalink
Merge pull request #5 from kurtosis-tech/gmarchetti/reset-comments
Browse files Browse the repository at this point in the history
gmarchetti/reset comments
  • Loading branch information
galenmarchetti authored Jun 21, 2020
2 parents 4acaea9 + e2aea23 commit fe8157f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
include:
- os: linux
dist: bionic
#- os: osx
# osx_image: xcode11.4
- os: osx
osx_image: xcode11.4
services:
- docker
env:
Expand All @@ -23,7 +23,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then .ci/before_install_linux.sh; fi

install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then DOCKER_BUILDKIT=1 docker build --progress plain -t $DOCKERHUB_REPO:$COMMIT .; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then DOCKER_BUILDKIT=1 docker build --progress plain -t $DOCKERHUB_REPO:$COMMIT . ; fi

script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then .ci/runscript_osx.sh; fi
Expand Down

0 comments on commit fe8157f

Please sign in to comment.