From 5468ea6d8dc4da50ef7a3139039aebc9ea53fc80 Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Tue, 8 Dec 2020 12:13:38 +0100 Subject: [PATCH] Remove Travis CI --- .travis.yml | 17 ----------------- README.md | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b8694a6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -dist: focal -language: ruby -cache: bundler -rvm: - - 2.7 - - 2.6 - - 2.5 -node_js: - - 14 -bundler_args: --without production -before_install: - - yes | gem update --system --force - - gem install bundler -script: - - export RAILS_ENV=test - - bundle exec rake db:schema:load - - bundle exec rake test diff --git a/README.md b/README.md index a464e29..2a91c5b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Projekt Euler ============= -[![Build Status](https://travis-ci.com/projekteuler/projekteuler.svg?branch=master)](https://travis-ci.org/projekteuler/projekteuler) +![Build Status](https://github.com/projekteuler/projekteuler/workflows/CI/badge.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/68921bff5347435f8fff10c1d6872568)](https://www.codacy.com/app/projekteuler/projekteuler) This is the Ruby on Rails web-app powering [projekteuler.de](https://projekteuler.de).