Skip to content

Commit

Permalink
create dummy app for testing in Travis environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinnio committed Nov 30, 2017
1 parent cc78a0d commit 291f144
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ gemfile:
- gemfiles/spree_3_2.gemfile
- gemfiles/spree_master.gemfile

before_script:
- mkir temp; cd temp
- bundle exec rails _5.1.1_ plugin new spree_slider --mountable --dummy-path=spec/dummy --skip-test-unit
- mv spree_slider/spec/dummy ../spec/
- cd ..; rm -rf temp

script:
- bundle exec rspec spec

Expand Down

0 comments on commit 291f144

Please sign in to comment.