8000 [WIP] Travis integration by wouterj · Pull Request #3328 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content
8000

[WIP] Travis integration #3328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Mar 20, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated travis config
  • Loading branch information
wouterj committed Dec 14, 2013
commit 6cad0083c8e7cea099a58b46d0df2618946f7d7e
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ python:

install:
- "git submodule update --init"
- "git clone http://github.com/sensiolabs/SensioFrameworkExtraBundle _bndls/sensio-framework-extra"
- "git clone http://github.com/sensiolabs/SensioGeneratorBundle _bndls/sensio-generator"
- "git clone http://github.com/doctrine/DoctrineFixturesBundle _bndls/doctrine-fixtures"
- "git clone http://github.com/doctrine/DoctrineMigrationsBundle _bndls/doctrine-migrations"
- "git clone http://github.com/doctrine/DoctrineMongoDBBundle _bndls/doctrine-mongodb"
- "mv _bndls/doctrine-mongodb/Resources/doc bundles/DoctrineMongoDBBundle"
- "mv _bndls/doctrine-migrations/Resources/doc bundles/DoctrineMigrationsBundle"
- "mv _bndls/doctrine-fixtures/Resources/doc bundles/DoctrineFixturesBundle"
- "mv _bndls/sensio-framework-extra/Resources/doc bundles/SensioFrameworkExtraBundle"
- "mv _bndls/sensio-generator/Resources/doc bundles/SensioGeneratorBundle"
- "pip install -q -r requirements.txt --use-mirrors"

script: sphinx-build -nW -b html -d _build/doctrees . _build/html
0