huginn/.travis.yml

26 lines
731 B
YAML
Raw Permalink Normal View History

2013-03-17 23:30:11 -07:00
language: ruby
bundler_args: --without development production --deployment
cache:
directories:
- vendor/bundle
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
before_install:
- 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:
- "<%{author}> %{branch} - %{commit} (%{commit_message}): %{message}"
2014-01-01 17:06:22 -08:00
- "Change view : %{compare_url}"
- "Build details : %{build_url}"