-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from trinitronx/pr-16-m1-support
Fix #17 - Travis CI builds upgraded
- Loading branch information
Showing
2 changed files
with
12 additions
and
4 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,11 +1,14 @@ | ||
version: ~> 1.0 | ||
os: osx | ||
language: objective-c | ||
osx_image: xcode61 | ||
before_install: | ||
- brew update | ||
osx_image: xcode12.2 | ||
addons: | ||
homebrew: | ||
brewfile: Brewfile.travis | ||
update: true | ||
install: | ||
- make install | ||
script: | ||
- make test | ||
matrix: | ||
jobs: | ||
fast_finish: true |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# set arguments for all 'brew install --cask' commands | ||
cask_args appdir: "~/Applications", require_sha: true | ||
|
||
# 'brew install --cask' | ||
cask "macfuse" |