Nessuna descrizione http://j1x-huginn.herokuapp.com

.travis.yml 640B

123456789101112131415161718192021222324
  1. sudo: false
  2. language: ruby
  3. env:
  4. matrix:
  5. - APP_SECRET_TOKEN=b2724973fd81c2f4ac0f92ac48eb3f0152c4a11824c122bcf783419a4c51d8b9bba81c8ba6a66c7de599677c7f486242cf819775c433908e77c739c5c8ae118d
  6. rvm:
  7. - 2.0.0
  8. - 2.1.5
  9. - 1.9.3
  10. cache: bundler
  11. bundler_args: --without development production
  12. before_script:
  13. - mysql -e 'create database huginn_test;'
  14. - bundle exec rake db:migrate db:test:prepare
  15. script: bundle exec rake
  16. notifications:
  17. irc:
  18. channels:
  19. - chat.freenode.net#huginn
  20. template:
  21. - "<%{author}> %{branch} - %{commit} (%{commit_message}): %{message}"
  22. - 'Change view : %{compare_url}'
  23. - 'Build details : %{build_url}'