Skip to content

Commit

Permalink
Build against all versions of solidus
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinetheta committed Apr 29, 2016
1 parent af5e857 commit 91f2d58
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
sudo: false
language: ruby
rvm:
- 2.1
- 2.2
sudo: false
cache: bundler
- 2.3.0
env:
matrix:
- SOLIDUS_BRANCH=master
- SOLIDUS_BRANCH=v1.2
- SOLIDUS_BRANCH=v1.0
- SOLIDUS_BRANCH=v1.1
before_script:
- bundle exec rake test_app
script:
- bundle exec rspec spec
- SOLIDUS_BRANCH=v1.2
- SOLIDUS_BRANCH=v1.3
- SOLIDUS_BRANCH=master

0 comments on commit 91f2d58

Please sign in to comment.