Skip to content

Commit f6b9b41

Browse files
committed
Release version 1.0.8
• Remove Travis CI and configure GitHub Actions;
1 parent bf89c29 commit f6b9b41

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: build
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- 'main'
7+
jobs:
8+
build:
9+
runs-on: macos-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- run: bundle install; bundle exec fastlane build

.travis.yml

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

0 commit comments

Comments
 (0)