Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit a74a6e6

Browse files
Merged opf/openproject/v8.0.0 into opf/openproject-ce/stable/8
1 parent 2032541 commit a74a6e6

File tree

1,679 files changed

+131182
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,679 files changed

+131182
-1
lines changed

.travis.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ env:
6161
- RAILS_ENV=test
6262

6363
matrix:
64-
- "TEST_SUITE=npm"
64+
- "TEST_SUITE=npm DB=none"
6565

6666

6767
- "TEST_SUITE=spec_legacy DB=mysql GROUP_SIZE=1 GROUP=1"
@@ -88,6 +88,15 @@ env:
8888
- "TEST_SUITE=features DB=mysql GROUP_SIZE=4 GROUP=4"
8989
- "TEST_SUITE=features DB=postgres GROUP_SIZE=4 GROUP=4"
9090

91+
- "TEST_SUITE=plugins:specs DB=mysql GROUP_SIZE=1 GROUP=1"
92+
- "TEST_SUITE=plugins:specs DB=postgres GROUP_SIZE=1 GROUP=1"
93+
94+
- "TEST_SUITE=plugins:features DB=mysql GROUP_SIZE=1 GROUP=1"
95+
- "TEST_SUITE=plugins:features DB=postgres GROUP_SIZE=1 GROUP=1"
96+
97+
- "TEST_SUITE=plugins:cucumber DB=mysql GROUP_SIZE=1 GROUP=1"
98+
- "TEST_SUITE=plugins:cucumber DB=postgres GROUP_SIZE=1 GROUP=1"
99+
91100

92101
before_install:
93102

@@ -111,6 +120,14 @@ before_script:
111120
script:
112121
- bash script/ci_runner.sh
113122

123+
notifications:
124+
email: false
125+
slack:
126+
on_success: change
127+
on_failure: always
128+
on_pull_requests: false
129+
rooms:
130+
- secure: DzTFQBORAgS6ncPWuP6j60rDyHq/Fw4STPPi8CyQCbpNnqJKtbznJJqZH5JQMHAHE7ak2awnGwK3x4Ls0SmSUOxxKn1r3LGNP6INdvHbf7YG7Vk247+uau4xOx/JDS0ueb9VwYyHvD8TM9Jh1BYaPvCmvTh9WBWCnlWFteAyGT8cpAtMtVRK/GFS4QWukG/uBo/lWI/Lw4DU5jPZonj/mW9XconT3qCqHsRZ8LgIF/3zOzO2b6N9R2mbyHmOqO+X36XsFL5lrfH5A7Z9ZZ5UZNqzvhjf/Ft2NLLv9RVQMleFlGEavCcr5sCXQRrb6ffmKKJoVilopvmpuWaVRkVqx8Wl6qCjXUefeiHXCM6+HWFO9I+xvh59e/Dl4mPASCQOamOuNjAva2JgpxP1aifDvt2jdAjPagf2Ss5csRsR2pq5VR/eyDu8U03hZSzphDqSgCqxRJtBv50V7KByTFO6u3AefYw71EZYX6khKFCZZDQ+GAZLdZGvhZXzecejMJETTz+f8m8Nd+M+uidCnND+vDKoZDxI8lSDE7zYdJovpf2M2vUQbBUgKtKOfoY22YqG3O77/HhrVrS8hoJAfdE/wSGYktYQre90VWkekBiU57/PXqSU2hnRFGytWonfNi1M89Ib5F4Vsr/AuBvXx2//PkOpiZwJFC/LT9d394Ls3Mo=
114131

115132
addons:
116133
chrome: stable

0 commit comments

Comments
 (0)