Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

update .travis.yml #661

Merged
merged 1 commit into from Jan 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 19 additions & 18 deletions .travis.yml
@@ -1,18 +1,19 @@
language: php
php:
- 7.0
- nightly

script:
- phpize
- ./configure
- make
- REPORT_EXIT_STATUS=1 TEST_PHP_ARGS="-q --show-diff" make test

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/428fac7bd9f4b867c347
on_success: always
on_failure: always
on_start: always
language: php
php:
- 7.0
- 7.1
- nightly

script:
- phpize
- ./configure
- make
- REPORT_EXIT_STATUS=1 TEST_PHP_ARGS="-q --show-diff" make test

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/428fac7bd9f4b867c347
on_success: always
on_failure: always
on_start: always