2013-03-17 23:30:11 -07:00
|
|
|
language: ruby
|
2014-08-27 23:29:03 +02:00
|
|
|
bundler_args: --without development production --deployment
|
2014-09-07 13:52:50 +02:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- vendor/bundle
|
2014-08-21 23:31:06 +02:00
|
|
|
env:
|
|
|
|
- APP_SECRET_TOKEN=b2724973fd81c2f4ac0f92ac48eb3f0152c4a11824c122bcf783419a4c51d8b9bba81c8ba6a66c7de599677c7f486242cf819775c433908e77c739c5c8ae118d
|
2013-03-17 23:30:11 -07:00
|
|
|
rvm:
|
2014-01-01 16:51:40 -08:00
|
|
|
- 2.0.0
|
2014-03-17 14:20:30 -07:00
|
|
|
- 2.1.1
|
2013-03-17 23:30:11 -07:00
|
|
|
- 1.9.3
|
2014-04-16 14:09:47 +05:30
|
|
|
before_install:
|
2014-08-21 23:31:06 +02:00
|
|
|
- travis_retry gem install bundler
|
2013-03-17 23:35:37 -07:00
|
|
|
before_script:
|
|
|
|
- mysql -e 'create database huginn_test;'
|
2013-03-17 23:57:12 -07:00
|
|
|
- bundle exec rake db:migrate db:test:prepare
|
2013-03-17 23:48:05 -07:00
|
|
|
script: "bundle exec rake"
|
2014-01-01 17:06:22 -08:00
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "chat.freenode.net#huginn"
|
|
|
|
template:
|
2014-04-24 23:39:59 +02:00
|
|
|
- "<%{author}> %{branch} - %{commit} (%{commit_message}): %{message}"
|
2014-01-01 17:06:22 -08:00
|
|
|
- "Change view : %{compare_url}"
|
|
|
|
- "Build details : %{build_url}"
|