Compare commits

..

No commits in common. "f8d0b37e95ff864dc8dca384cdef2fb2c290ca30" and "6478cd33aca80982363b1043680d3d31c79b0ac9" have entirely different histories.

3 changed files with 14 additions and 30 deletions

View File

@ -1,29 +0,0 @@
---
name: Tests
on: [ push, pull_request ]
jobs:
test:
name: Test (Ruby ${{ matrix.ruby }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '2.0'
- '2.1'
- '2.2'
- '2.3'
- '2.4'
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: ruby
cache: bundler
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0

View File

@ -1,5 +1,5 @@
!https://img.shields.io/gem/dt/fastimage.svg!:https://rubygems.org/gems/fastimage !https://img.shields.io/gem/dt/fastimage.svg!:https://rubygems.org/gems/fastimage
!https://github.com/sdsykes/fastimage/actions/workflows/test.yml/badge.svg?branch=master!:https://github.com/sdsykes/fastimage/actions/workflows/test.yml !https://travis-ci.org/sdsykes/fastimage.svg?branch=master!:https://travis-ci.org/sdsykes/fastimage
h1. FastImage h1. FastImage