Skip to content

Commit

Permalink
Use GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Oct 25, 2021
1 parent cc12c10 commit f1554b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 36 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build Android

on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
- name: Build and Lint with Gradle
run: ./gradlew build
36 changes: 0 additions & 36 deletions .travis.yml

This file was deleted.

0 comments on commit f1554b7

Please sign in to comment.