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

Fix bugs in Travis scripts #949

Merged
merged 8 commits into from Jul 29, 2013
Merged

Fix bugs in Travis scripts #949

merged 8 commits into from Jul 29, 2013

Conversation

ghost
Copy link

@ghost ghost commented Jul 28, 2013

  • Use make --silent to hide not needed details from the build
  • Dropped -fno-delete-null-pointer-checks — if the code does not work without them, we are doing something wrong and this needs to be fixed. Fedora and other Linux distros will drop that flag anyway
  • Added -std=gnu90 flag to catch some things Windows compiler won't be happy with
  • Fixed variable reference in unit-tests/ci/install_prereqs.sh
  • Removed Mongo hack from the code

phalcon pushed a commit that referenced this pull request Jul 29, 2013
Fix bugs in Travis scripts
@phalcon phalcon merged commit 8704097 into phalcon:1.3.0 Jul 29, 2013
@ghost ghost deleted the travis-bugs branch July 30, 2013 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants