Skip to content

Commit

Permalink
Add travis testing config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinetheta committed Apr 27, 2016
1 parent 3cc9a6f commit 3757a1c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: ruby
rvm:
- 2.1
- 2.2
sudo: false
cache: bundler
env:
matrix:
- SOLIDUS_BRANCH=master
- SOLIDUS_BRANCH=v1.2
- SOLIDUS_BRANCH=v1.1
before_script:
- bundle exec rake test_app
script:
- bundle exec rspec spec

0 comments on commit 3757a1c

Please sign in to comment.