Skip to content
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

add travis config #35

Closed
wants to merge 12 commits into from
Closed

add travis config #35

wants to merge 12 commits into from

Conversation

xchrdw
Copy link
Member

@xchrdw xchrdw commented Mar 5, 2014

No description provided.


matrix:
include:
# - env: DBTYPE=mysql LANG=de; MW=master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could remove the env bit above, this whole matrix section and instead just have the following:

php: 5.5
env: DBTYPE=mysql LANG=en; MW=master

@xchrdw
Copy link
Member Author

xchrdw commented Mar 6, 2014

#38

@xchrdw xchrdw closed this Mar 6, 2014
env:
- DBTYPE=mysql LANG=en; MW=master
php:
- 5.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should probably test with 5.3 instead of 5.5 as 5.3 is used in production

@xchrdw xchrdw deleted the travis_config branch March 6, 2014 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants