Skip to content

Commit

Permalink
Merge pull request #18 from trinitronx/pr-16-m1-support
Browse files Browse the repository at this point in the history
Fix #17 - Travis CI builds upgraded
  • Loading branch information
trinitronx authored Apr 21, 2021
2 parents 0358690 + d7e95d9 commit 419189d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
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
5 changes: 5 additions & 0 deletions Brewfile.travis
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"

0 comments on commit 419189d

Please sign in to comment.