mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
test feature branch, update ruby versions
This commit is contained in:
@@ -1,20 +1,20 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.4.10
|
- 2.6.8
|
||||||
- 2.5.8
|
- 2.7.4
|
||||||
- 2.6.6
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- feature/start-stop-ticket
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.6"
|
postgresql: "9.6"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- REDMINE_VER=4.0-stable
|
|
||||||
- REDMINE_VER=4.1-stable
|
- REDMINE_VER=4.1-stable
|
||||||
|
- REDMINE_VER=4.2-stable
|
||||||
- REDMINE_VER=master
|
- REDMINE_VER=master
|
||||||
|
|
||||||
install: "echo skip bundle install"
|
install: "echo skip bundle install"
|
||||||
|
|||||||
Reference in New Issue
Block a user