Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
add secure string, linking TravisCI with Flowdock
Browse files Browse the repository at this point in the history
This would notify our team's flowdock about curent automated tests of
Agile Toolkit
  • Loading branch information
Romans Malinovskis committed Aug 21, 2013
1 parent de54b18 commit 4f5383d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -3,20 +3,18 @@ php:
- 5.5
- 5.4
- 5.3
#before_script:
# - wget http://downloads.atoum.org/nightly/mageekguy.atoum.phar
# - (cd tests; composer install)
#script: (cd tests; php ../mageekguy.atoum.phar -f run_tests.php)
script: (cd tests; php run_tests.php)
services: mongodb
before_script:
- mysql -e 'create database myapp_test'
- mysql myapp_test < tests/test.sql
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
notifications:
irc:
irc:
channels:
- "chat.freenode.net#atk4"
- chat.freenode.net#atk4
on_success: always
on_failure: always
email: false
flowdock:
- secure: Iyvr9KzrWbZ4CPoJA23+WzPrCLYo1QDll0Ka69qkma9E1YsoC/ysmdjFZvQBGM2odVk7AShfGiSWo3ndng+BbOIA8QsGfGQdydoLh4El1JBKm4oQbinDF9wbRHhNk4vJOkqIObUZcDZbQcO9Vm65jQQkyxmJ5RlbrpwnP4UsjXc=

0 comments on commit 4f5383d

Please sign in to comment.