Commit graph

39 commits

Author SHA1 Message Date
Dominik Sander
ea8f14895a Add ruby 2.5 to travis ci build matrix and update other rubies 2018-02-10 11:46:39 +01:00
Akinori MUSHA
1f79e06ca3 Update rubies
2.4.2, 2.3.5 and 2.2.8 are out.

Specifying "2.4" and "2.3" still does not work on Travis. 😞
2017-09-20 14:23:13 +09:00
Akinori MUSHA
baa4001dc1 Update ruby 2.3.3 to 2.3.4 and 2.4.0 to 2.4.1 2017-05-28 01:08:26 +09:00
Akinori MUSHA
15190b9423 Add ruby 2.4.0 to .travis.yml 2017-05-28 01:07:38 +09:00
Akinori MUSHA
58882dee83 Upgrade ruby 2.3.1 to 2.3.3 2017-05-28 01:01:30 +09:00
Dominik Sander
f064e6bfdd Push docker images to new huginn namespace
For now we keep pushing to the old namespace but add a warning to users a
chance to change their images to the new namespace.
2017-05-17 21:18:39 +02:00
Akinori MUSHA
3159b547c7 Use the builtin mysql on Travis CI 2016-12-19 14:51:32 +09:00
Dominik Sander
5fbeb105b2 Update gems and configs to Rails5 2016-10-05 22:47:38 +02:00
Dominik Sander
a6a06c1cd1 Separate feature and non feature spec runs on travis
Add database_cleaner gem
Set up coveralls parralel builds in travisci
Require capybara_helper in rails_helper to make clear it affects all tests
2016-05-12 10:03:23 +02:00
Dominik Sander
55251f725f To not run the tests on ruby 2.0 because it hit EOL
Official support for ruby 2.0 ended in february: https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/
2016-05-12 10:03:23 +02:00
Dominik Sander
995250d3b8 Build docker image on TravisCI 2016-04-10 20:19:11 +02:00
Akinori MUSHA
7f50503da9 Add 2.3.0 and use the latest versions of 2.[12].* 2016-03-09 18:52:23 +09:00
Dominik Sander
9c16b0fb51 Allow usage of PostgreSQL without exporting ON_HEROKU
Vendorizing the dotenv gem allows access to the `.env` configuration
in the `Gemfile`

Manual installation: Configure before installing gems
2015-12-04 21:31:45 +01:00
Dominik Sander
7c43c6efa0 Ruby 1.9.3 and add ruby 2.2.0 support 2015-02-28 13:54:10 +01:00
Andrew Cantino
96b2039556 add gitter to travis and GitHub 2015-01-11 14:48:23 -08:00
Dominik Sander
53c9a64846 Also run the specs on postgresql 2014-12-27 16:01:36 +01:00
Dominik Sander
e4ec657537 Use travi-ci's new docker infrastructure + caching 2014-12-17 21:13:42 +01:00
Dominik Sander
93f55e2cda Added S3 secret key to .travis.yml 2014-11-16 13:37:07 +01:00
Dominik Sander
393f89b1a4 'Manually' cache bundle with S3 2014-11-07 00:58:44 +01:00
Dominik Sander
b8afdd2983 Another attempt on travis bundler caching 2014-09-07 13:52:50 +02:00
Dominik Sander
daca2fd7b6 HipChatAgent: username length limit is 15 chars
Also try to use travis-cis bundle caching
2014-08-27 23:47:41 +02:00
Dominik Sander
508d493150 We still need the APP_SECRET_TOKEN in .travis.yml
Dotenv is loaded after the exception about the missing token is thrown
2014-08-21 23:31:06 +02:00
Dominik Sander
182a59fc9f Removed env variables from .travis.yml, we now use env.test 2014-08-20 22:21:35 +02:00
Dominik Sander
e57b806d18 Merge remote-tracking branch 'huginn/master' into omniauth 2014-08-11 01:46:36 +02:00
Dominik Sander
1f20cf25b9 Fixed TZ issue in EventDrop spec and removed the last deprecation warning
Added bundler caching on travis ci
2014-08-09 21:15:05 +02:00
Dominik Sander
12c2af26bb Add omniauth to let huginn consume oauth endpoints
Created a service model which stores external account information.
Created a service controller which kicks off the oauth process and lets
the user manage their external accounts.
Oauthable concern connects a agent to a service and adds a drop down to the
agents edit page.
Added a migration which converts the existing twitter agents to use the
new service model.
2014-06-11 21:34:09 +02:00
Dominik Sander
7f0496efa4 Changed the notification format
I think the most important part, the commit message, was missing previously.
I also removed some less important parts, the repository will probably stay
the same and the travis build number is included in the build details link.

Before:
cantino/huginn#533 (master - 079b02f : Andrew Cantino): The build passed.
After:
<Andrew Cantino> master - 079b02f (Some random commit message): The build passed.
2014-04-24 23:39:59 +02:00
Dominik Sander
c9ac375b9f Added fake SECRET_TOKEN for travis to pass the tests 2014-04-22 02:07:15 +02:00
Rajarshi Das
e6b6177ff3 travis fix 2014-04-16 14:35:23 +05:30
Rajarshi Das
7ecc4a8459 fix travis error Gem bundler is not installed 2014-04-16 14:09:47 +05:30
Andrew Cantino
802b668a24 update .travis.yml to use Ruby 2.1.1 2014-03-17 14:20:30 -07:00
Andrew Cantino
010236fdbb add travis to IRC 2014-01-01 17:06:22 -08:00
Andrew Cantino
94567a26ce trying out coveralls.io 2014-01-01 16:51:40 -08:00
Andrew Cantino
0b2bb3487d forgot to migrate on Travis 2013-03-17 23:57:12 -07:00
Andrew Cantino
95994eb1b4 do not use a root password for local dev 2013-03-17 23:53:17 -07:00
Andrew Cantino
defe0a6f01 trying to get travis to work 2013-03-17 23:48:05 -07:00
Andrew Cantino
100f0f36ff might as well not stress Travis 2013-03-17 23:37:52 -07:00
Andrew Cantino
e3ca63d6fb travis 2013-03-17 23:35:37 -07:00
Andrew Cantino
56a9f020d1 travis 2013-03-17 23:30:11 -07:00