Skip to content

Commit

Permalink
Switched from old/broken Travis-ci to Github Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Nov 19, 2023
1 parent f316fb6 commit 4c5fdb3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build with Maven

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
uses: PathwayCommons/cpath2/.github/workflows/maven.yml@master
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Pathway Commons App for Cytoscape 3
(aka CyPath2)
(CyPath2)

[![Build with Maven](https://github.com/PathwayCommons/CyPath2/actions/workflows/build.yml/badge.svg)](https://github.com/PathwayCommons/CyPath2/actions/workflows/build.yml)

[![Build Status](https://secure.travis-ci.org/PathwayCommons/CyPath2.png?branch=master)](http://travis-ci.org/PathwayCommons/CyPath2)
---

This is a [Cytoscape 3](http://www.cytoscape.org) app (plugin) that use the cPath2 Java client and API libraries.
Expand Down

0 comments on commit 4c5fdb3

Please sign in to comment.