Skip to content

Commit

Permalink
Merge pull request #409 from andig/php7
Browse files Browse the repository at this point in the history
Add php7 build
  • Loading branch information
andig committed Feb 20, 2016
2 parents 9b13bdd + 3df2f4a commit f22c705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -133,6 +133,7 @@ script:
HTTPD_PID=$!
echo "Started httpd with pid $HTTPD_PID"
fi
- if [ "$DB" = "mysql" ]; then phpunit $TRAVIS_TEST_EXCLUDES; 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 f22c705

Please sign in to comment.