Skip to content

Commit

Permalink
Merge pull request #154 from buzzedword/patch-2
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
snipe committed Jun 9, 2014
2 parents d9a8ede + 4271f52 commit 507b6e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ before_script:
- cp app/config/production/database.example.php app/config/database.php
- cp app/config/production/mail.example.php app/config/mail.php
- php composer.phar self-update
- php composer.phar validate
- php composer.phar install --prefer-source --no-interaction --dev
- php artisan key:generate
- php artisan migrate:install
Expand All @@ -31,4 +32,4 @@ script: phpunit

# configure notifications (email, IRC, campfire etc)
notifications:
slack: snipe:F6LWbfP6vhr3aRBoeARFG6Ti
slack: snipe:F6LWbfP6vhr3aRBoeARFG6Ti

0 comments on commit 507b6e5

Please sign in to comment.