Skip to content

Commit

Permalink
Merge pull request #650 from cjlarose/remove-travis-ci
Browse files Browse the repository at this point in the history
Remove TravisCI
  • Loading branch information
cjlarose authored Feb 1, 2021
2 parents 9f39747 + ee34eaf commit 3472bcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Specs

on: push
on:
- push
- pull_request

jobs:
all_specs:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
Shoryuken _sho-ryu-ken_ is a super-efficient [Amazon SQS](https://aws.amazon.com/sqs/) thread-based message processor.

[![Build Status](https://github.com/ruby-shoryuken/shoryuken/workflows/Specs/badge.svg)](https://github.com/ruby-shoryuken/shoryuken/actions)
[![Build Status](https://travis-ci.org/phstc/shoryuken.svg)](https://travis-ci.org/phstc/shoryuken)
[![Code Climate](https://codeclimate.com/github/phstc/shoryuken/badges/gpa.svg)](https://codeclimate.com/github/phstc/shoryuken)

## Key features
Expand Down
6 changes: 1 addition & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ def perform(sqs_msg, body); end
end

RSpec.configure do |config|
# Only run slow tests if SPEC_ALL=true and AWS_ACCESS_KEY_ID is present
# The AWS_ACCESS_KEY_ID checker is because Travis CI
# does not expose ENV variables to pull requests from forked repositories
# http://docs.travis-ci.com/user/pull-requests/
# config.filter_run_excluding slow: true if ENV['SPEC_ALL'] != 'true' || ENV['AWS_ACCESS_KEY_ID'].nil?
# TODO: Run these tests again on CI
config.filter_run_excluding slow: true

config.before do
Expand Down

0 comments on commit 3472bcc

Please sign in to comment.