mirror of
https://github.com/sdsykes/fastimage.git
synced 2025-07-14 00:00:40 -04:00
Compare commits
No commits in common. "f8d0b37e95ff864dc8dca384cdef2fb2c290ca30" and "6478cd33aca80982363b1043680d3d31c79b0ac9" have entirely different histories.
f8d0b37e95
...
6478cd33ac
29
.github/workflows/test.yml
vendored
29
.github/workflows/test.yml
vendored
@ -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
13
.travis.yml
Normal 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
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user