forked from tfutils/tfenv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
2,079 additions
and
614 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
before_install: | ||
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install bash; fi' # Bash4 Required | ||
language: generic | ||
matrix: | ||
include: | ||
- os: windows | ||
language: shell | ||
- os: linux | ||
dist: bionic | ||
- os: linux | ||
dist: xenial | ||
- os: linux | ||
dist: trusty | ||
- os: osx | ||
osx_image: xcode8.2 # OS X 10.12 | ||
- os: osx | ||
osx_image: xcode8 # OS X 10.11 | ||
osx_image: xcode11.2 | ||
- os: osx | ||
osx_image: xcode7 # OS X 10.10 | ||
osx_image: xcode10.3 | ||
#- os: osx | ||
# osx_image: xcode9.4 # brew update is excruciatingly slow on xcode9.4 | ||
script: | ||
- ./test/run.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.