Skip to content

Update Travis VM #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
# - @sebastianvarela -> Sebastián Varela
# - @r-pedraza -> Raul Pedraza
# - @EdiLT -> Edilberto López
# - @josemanuelmartin -> Jose Manuel Martín

* @sebastianvarela @r-pedraza @EdiLT
* @sebastianvarela @r-pedraza @EdiLT @josemanuelmartin
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ Temporary Items
Resource
/fastlane/README.md
/.gems
Brewfile.lock.json
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: swift
osx_image: xcode11.3
osx_image: xcode11.6

addons:
homebrew:
brewfile: true

cache:
bundler: true

script:
- set -o pipefail
Expand Down
Loading