Skip to content

Commit 22d5b7f

Browse files
authored
Merge pull request #14 from thejohnlima/hotfix/update_ci
Update CI script
2 parents 2b5cd30 + f93984b commit 22d5b7f

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
os: macos
2+
language: swift
3+
osx_image: xcode14.1
4+
install:
5+
- bundle install
6+
script:
7+
- bundle exec fastlane build

0 commit comments

Comments
 (0)