summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2014-01-23 13:08:36 +0000
committerSimon Holywell <[email protected]>2014-01-23 13:08:36 +0000
commit84e4d5e0d707c06cbce50a9f0947fdc20054aa0f (patch)
treed546f0526108168fb710efbf173bf4a672cb36b6 /.travis.yml
parent3fbafbeb80039facd6c3eea33d5060cf82270463 (diff)
parent472123d14eb8785bc54240a8d7a88addb1424d55 (diff)
Merge branch 'develop' of github.com:j4mie/idiorm into develop
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5e5da38..48e2254 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,4 +3,5 @@ php:
- 5.2
- 5.3
- 5.4
-script: "phpunit --colors --coverage-text" \ No newline at end of file
+ - hhvm
+script: "phpunit --colors --coverage-text"