@@ -9,18 +9,18 rvm: | |||||
9 | - 2.2 |
|
9 | - 2.2 | |
10 | - jruby |
|
10 | - jruby | |
11 | env: |
|
11 | env: | |
12 |
- " |
|
12 | - "SUITE=units DATABASE_ADAPTER=postgresql" | |
13 |
- " |
|
13 | - "SUITE=functionals DATABASE_ADAPTER=postgresql" | |
14 |
- " |
|
14 | - "SUITE=integration DATABASE_ADAPTER=postgresql" | |
15 |
- " |
|
15 | - "SUITE=ui DATABASE_ADAPTER=postgresql" | |
16 |
- " |
|
16 | - "SUITE=units DATABASE_ADAPTER=mysql" | |
17 |
- " |
|
17 | - "SUITE=functionals DATABASE_ADAPTER=mysql" | |
18 |
- " |
|
18 | - "SUITE=integration DATABASE_ADAPTER=mysql" | |
19 |
- " |
|
19 | - "SUITE=ui DATABASE_ADAPTER=mysql" | |
20 |
- " |
|
20 | - "SUITE=units DATABASE_ADAPTER=sqlite3" | |
21 |
- " |
|
21 | - "SUITE=functionals DATABASE_ADAPTER=sqlite3" | |
22 |
- " |
|
22 | - "SUITE=integration DATABASE_ADAPTER=sqlite3" | |
23 |
- " |
|
23 | - "SUITE=ui DATABASE_ADAPTER=sqlite3" | |
24 | matrix: |
|
24 | matrix: | |
25 | allow_failures: |
|
25 | allow_failures: | |
26 | # SCM tests fail randomly due to IO.popen(). |
|
26 | # SCM tests fail randomly due to IO.popen(). | |
@@ -39,6 +39,6 script: | |||||
39 | - "bundle install" |
|
39 | - "bundle install" | |
40 | - "bundle exec rake ci:setup" |
|
40 | - "bundle exec rake ci:setup" | |
41 | - phantomjs --webdriver 4444 & |
|
41 | - phantomjs --webdriver 4444 & | |
42 |
- JRUBY_OPTS=-J-Xmx1024m bundle exec rake test:${ |
|
42 | - JRUBY_OPTS=-J-Xmx1024m bundle exec rake test:${SUITE} | |
43 | notifications: |
|
43 | notifications: | |
44 | email: false |
|
44 | email: false |
General Comments 0
You need to be logged in to leave comments.
Login now