Skip to content

Commit

Permalink
Github Actions (#1219)
Browse files Browse the repository at this point in the history
* Try Github Actions

* Remove travis
  • Loading branch information
SrinivasanTarget authored Aug 28, 2019
1 parent 41b4f28 commit 136afba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 28 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Appium Java Client CI

on: [push, pull_request]

jobs:
build:

runs-on: macOS-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew clean build -x signMavenJavaPublication -x test -x checkstyleTest
28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

0 comments on commit 136afba

Please sign in to comment.