Skip to content

Commit

Permalink
Revert "Add php 7.0"
Browse files Browse the repository at this point in the history
This reverts commit 9b13bdd.
  • Loading branch information
andig committed Feb 20, 2016
1 parent 9b13bdd commit f9e2106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
- hhvm

Expand Down Expand Up @@ -133,6 +132,7 @@ script:
HTTPD_PID=$!
echo "Started httpd with pid $HTTPD_PID"
fi
- if [ "$DB" = "mysql" ]; then phpunit $TRAVIS_TEST_EXCLUDES --coverage-text; fi

# run aggregation tool itself (mysql only)
- if [ "$DB" = "mysql" ]; then php misc/tools/aggregate.php run -m delta -l hour; fi
Expand Down

0 comments on commit f9e2106

Please sign in to comment.