Commit Graph

8 Commits

Author SHA1 Message Date
Giri Dandu a75daf1df2 Travis can't deal with sudo comand in install. If sudo is there it
uses old infrastructure and they tests fail because of that. So
  - Remove the sudo and hence mysql 5.6.x
  - To make the cukes pass the test without 5.6, remove the
    timestamp precision in DDL and ignore the timestamp during
    model creation and cukes verification steps
  - fixes #127
2015-04-09 16:38:26 -04:00
Giri Dandu a8981f7a8a Travis supports only mysql 5.5 by default. 5.5 doesn't support
precision in timestamp, so we have to manually install the mysql
version 5.6.14
 - Fixes #127
2015-04-09 00:23:44 -04:00
Giri Dandu c36e4ff3a4 before_script in travis is not creating the database, so switching
to before_install
 - Fixes #127
2015-04-08 23:13:55 -04:00
Giri Dandu 1a17588973 Fix the jdbc connection for postgresql and mysql and create databases
before the deploydb is started
 - Fixes #127
2015-04-07 08:13:15 -04:00
Giri Dandu 496c0c1ac7 Test deploydb using different database providers using travis.
- Fixes #127
2015-04-06 18:52:48 -04:00
R. Tyler Croy 01f0ff2008 Ensure we're testing on JDK7 and JDK8 for CI 2015-03-25 13:50:40 -07:00
R. Tyler Croy c927d84524 Add gitter hooks to travis 2014-12-17 14:06:33 -08:00
R. Tyler Croy 055199b7c5 Add support for running our tests in Travis 2014-12-17 12:04:00 -08:00