summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-03-13 13:35:46 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-03-13 13:35:46 +0000
commitfae1ce430c04e25e1a8509f5335cc2575ec19c08 (patch)
tree8cb7ed561ef14f0fe12d7597c0be58c8e11d1ea0 /.travis.yml
parent394954fb4676e18fd9ac51802e6d81fd3ffe2788 (diff)
downloadredmine-fae1ce430c04e25e1a8509f5335cc2575ec19c08.tar.gz
redmine-fae1ce430c04e25e1a8509f5335cc2575ec19c08.zip
Merged r14074 from trunk to 3.0-stable
run ui test on travis git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14075 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 886239008..7b6b93c84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,12 +18,15 @@ env:
- "TEST_SUITE=units DATABASE_ADAPTER=postgresql"
- "TEST_SUITE=functionals DATABASE_ADAPTER=postgresql"
- "TEST_SUITE=integration DATABASE_ADAPTER=postgresql"
+ - "TEST_SUITE=ui DATABASE_ADAPTER=postgresql"
- "TEST_SUITE=units DATABASE_ADAPTER=mysql"
- "TEST_SUITE=functionals DATABASE_ADAPTER=mysql"
- "TEST_SUITE=integration DATABASE_ADAPTER=mysql"
+ - "TEST_SUITE=ui DATABASE_ADAPTER=mysql"
- "TEST_SUITE=units DATABASE_ADAPTER=sqlite3"
- "TEST_SUITE=functionals DATABASE_ADAPTER=sqlite3"
- "TEST_SUITE=integration DATABASE_ADAPTER=sqlite3"
+ - "TEST_SUITE=ui DATABASE_ADAPTER=sqlite3"
before_install:
- "sudo apt-get update -qq"
- "sudo apt-get --no-install-recommends install bzr cvs git mercurial subversion"
@@ -35,6 +38,7 @@ script:
- "RUN_ON_NOT_OFFICIAL='' RUBY_VER=1.9 BRANCH=trunk bundle exec rake config/database.yml"
- "bundle install"
- "bundle exec rake ci:setup"
+ - phantomjs --webdriver 4444 &
- JRUBY_OPTS=-J-Xmx1024m bundle exec rake test:${TEST_SUITE}
notifications:
email: false