Skip to content

Commit 1f2e45f

Browse files
Add GitHub action and remove Travis config
1 parent 735c086 commit 1f2e45f

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Build
2+
on: [pull_request, push]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout the code
8+
uses: actions/checkout@v2
9+
- name: Build the app
10+
run: ./gradlew build

.travis.yml

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

0 commit comments

Comments
 (0)