Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Meriwether committed Dec 19, 2016
1 parent 148f6fd commit f7b7ca9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 58 deletions.
55 changes: 0 additions & 55 deletions .gitlab-ci.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: ruby
rvm:
- 2.3.1
services:
- redis-server
before_install:
- export TZ=America/Chicago
install:
- bundle install
- gem install rspec
script:
- bundle exec rspec
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ gem 'resque'
gem 'nokogiri'
gem 'honeybadger'
gem 'require_all'
gem 'rake', '~> 10.5'
gem 'rake'

group :test do
gem 'rspec'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -101,7 +101,7 @@ DEPENDENCIES
httparty
nokogiri
pry
rake (~> 10.5)
rake
redis
require_all
resque
Expand All @@ -112,4 +112,4 @@ RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.12.4
1.13.6

0 comments on commit f7b7ca9

Please sign in to comment.