Skip to content

Commit

Permalink
Replace travisci with snapci
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed May 31, 2016
1 parent b5fd5d7 commit 329d8f3
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4,253 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

6 changes: 2 additions & 4 deletions Gemfile
Expand Up @@ -63,9 +63,7 @@ gem 'slackistrano', require: false
gem 'newrelic_rpm'
gem 'capistrano-newrelic'

# These will not be installed on travis - keep all
# developer-specific gems here so our travis builds
# stay snappy!
# dev-only
group :development do
gem 'web-console', '~> 2.0'
gem 'quiet_assets'
Expand All @@ -83,7 +81,7 @@ group :test do
gem 'minitest-spec-rails'
gem 'minitest-reporters', require: false
gem 'factory_girl_rails'
gem "codeclimate-test-reporter", require: false
gem 'codeclimate-test-reporter', require: false
gem 'simplecov', require: false
gem 'coveralls', require: false
end
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
PRX.org CMS API
===============
[![License](https://img.shields.io/badge/license-AGPL-blue.svg)](https://www.gnu.org/licenses/agpl-3.0.html)
[![Build Status](https://travis-ci.org/PRX/cms.prx.org.svg?branch=master)](https://travis-ci.org/PRX/cms.prx.org)
[![Build Status](https://snap-ci.com/PRX/cms.prx.org/branch/master/build_image)](https://snap-ci.com/PRX/cms.prx.org/branch/master)
[![Code Climate](https://codeclimate.com/github/PRX/cms.prx.org/badges/gpa.svg)](https://codeclimate.com/github/PRX/cms.prx.org)
[![Coverage Status](https://coveralls.io/repos/PRX/cms.prx.org/badge.svg?branch=master)](https://coveralls.io/r/PRX/cms.prx.org?branch=master)
[![Dependency Status](https://gemnasium.com/PRX/cms.prx.org.svg)](https://gemnasium.com/PRX/cms.prx.org)
Expand Down

0 comments on commit 329d8f3

Please sign in to comment.