Skip to content

Commit

Permalink
fixed travis configuration #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Sójko committed Oct 5, 2012
1 parent 380a92f commit 07fbe5a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ before_script:
- sudo chmod -R 777 /tmp/BehatWizardBundle/cache /tmp/BehatWizardBundle/logs - sudo chmod -R 777 /tmp/BehatWizardBundle/cache /tmp/BehatWizardBundle/logs
- curl -s http://getcomposer.org/installer | php - curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev - php composer.phar install --dev
- chmod +x ./bin/prepare-test-env.sh
- ./bin/prepare-test-env.sh


# Assetics # Assetics
- ./Features/Fixtures/BehatWizard/app/console assets:install --symlink Features/Fixtures/BehatWizard/web - ./Features/Fixtures/BehatWizard/app/console assets:install --symlink Features/Fixtures/BehatWizard/web
Expand All @@ -30,4 +32,9 @@ before_script:
- sleep 3 - sleep 3
- "cd -" - "cd -"
# todo : use specific profile # todo : use specific profile
script: ./vendor/bin/behat script: ./bin/behat

notifications:
email:
- jeanfrancois@lepine.pro
- zoja87@gmail.com

0 comments on commit 07fbe5a

Please sign in to comment.