This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
forked from pero-ict-solutions/spree-static-content
-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #265 from spark-solutions/feature/spree-4-0
Spree 4 and Rails 6 support
- Loading branch information
Showing
6 changed files
with
45 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,51 @@ | ||
sudo: required | ||
dist: trusty | ||
|
||
script: | ||
- bundle exec rake test_app | ||
- bundle exec rake spec | ||
|
||
addons: | ||
chrome: stable | ||
language: ruby | ||
|
||
env: | ||
- DB=mysql | ||
- DB=postgres | ||
- DB=mysql | ||
|
||
language: ruby | ||
|
||
rvm: | ||
- 2.3.3 | ||
- 2.4.2 | ||
- 2.5.2 | ||
|
||
matrix: | ||
allow_failures: | ||
- gemfile: gemfiles/spree_master.gemfile | ||
addons: | ||
chrome: stable | ||
postgresql: 9.4 | ||
|
||
gemfile: | ||
- gemfiles/spree_3_2.gemfile | ||
- gemfiles/spree_3_5.gemfile | ||
- gemfiles/spree_3_7.gemfile | ||
- gemfiles/spree_4_0.gemfile | ||
- gemfiles/spree_master.gemfile | ||
|
||
script: | ||
- bundle exec rake test_app | ||
- bundle exec rake spec | ||
|
||
rvm: | ||
- 2.5.1 | ||
- 2.4.4 | ||
- 2.3.8 | ||
|
||
matrix: | ||
allow_failures: | ||
- gemfile: gemfiles/spree_master.gemfile | ||
exclude: | ||
- rvm: 2.3.8 | ||
gemfile: gemfiles/spree_4_0.gemfile | ||
- rvm: 2.4.4 | ||
gemfile: gemfiles/spree_4_0.gemfile | ||
- rvm: 2.3.8 | ||
gemfile: gemfiles/spree_master.gemfile | ||
- rvm: 2.4.4 | ||
gemfile: gemfiles/spree_master.gemfile | ||
- rvm: 2.5.1 | ||
gemfile: gemfiles/spree_3_5.gemfile | ||
|
||
before_install: | ||
- mysql -u root -e "GRANT ALL ON *.* TO 'travis'@'%';" | ||
- wget -N https://chromedriver.storage.googleapis.com/2.35/chromedriver_linux64.zip -P ~/ | ||
- unzip ~/chromedriver_linux64.zip -d ~/ | ||
- rm ~/chromedriver_linux64.zip | ||
- sudo mv -f ~/chromedriver /usr/local/share/ | ||
- sudo chmod +x /usr/local/share/chromedriver | ||
- sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver | ||
- sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters