Skip to content

Commit

Permalink
Update travis and rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Tapia committed Jun 3, 2019
1 parent 5c83af8 commit 065e9eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
dist: trusty
cache: bundler
language: ruby
rvm:
Expand All @@ -11,11 +11,13 @@ env:
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=v2.8 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v2.2 DB=mysql
- SOLIDUS_BRANCH=v2.3 DB=mysql
- SOLIDUS_BRANCH=v2.4 DB=mysql
- SOLIDUS_BRANCH=v2.5 DB=mysql
- SOLIDUS_BRANCH=v2.6 DB=mysql
- SOLIDUS_BRANCH=v2.7 DB=mysql
- SOLIDUS_BRANCH=v2.8 DB=mysql
- SOLIDUS_BRANCH=master DB=mysql
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
require 'spree/testing_support/common_rake'
require 'spree/testing_support/extension_rake'

RSpec::Core::RakeTask.new

Expand Down

0 comments on commit 065e9eb

Please sign in to comment.