Skip to content

Commit

Permalink
Merge pull request #69 from prohde/clean-travis-ci
Browse files Browse the repository at this point in the history
Clean-up Travis CI
  • Loading branch information
nnamua authored Aug 9, 2023
2 parents ca8697f + 11d824a commit 7906954
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Minimax Simulator
=================

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/luhsra/MinimaxSimulator/blob/develop/LICENSE.txt)   [![Latest release](http://img.shields.io/github/release/luhsra/MinimaxSimulator.svg)](https://github.com/luhsra/MinimaxSimulator/releases)   [![Travis CI Build Status](https://travis-ci.org/luhsra/MinimaxSimulator.png?branch=master)](https://travis-ci.org/luhsra/MinimaxSimulator)  
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/luhsra/MinimaxSimulator/blob/develop/LICENSE.txt)   [![Latest release](http://img.shields.io/github/release/luhsra/MinimaxSimulator.svg)](https://github.com/luhsra/MinimaxSimulator/releases)   [![Java CI with Maven](https://github.com/luhsra/MinimaxSimulator/actions/workflows/test.yml/badge.svg)](https://github.com/luhsra/MinimaxSimulator/actions/workflows/test.yml)

Minimax Simulator is a platform independent GUI-based Minimax simulator written in Java.

Expand Down

0 comments on commit 7906954

Please sign in to comment.