Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit dc7c107

Browse files
committed
Enable travis for recent versions of HHVM
1 parent aa7af56 commit dc7c107

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.travis.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
language: php
2+
sudo: required
3+
dist: trusty
4+
group: edge
25
php:
3-
- hhvm
4-
5-
before_script:
6-
- composer self-update
7-
- composer update
8-
6+
- hhvm
7+
- hhvm-nightly
8+
- hhvm-3.15
9+
- hhvm-3.12
10+
- hhvm-3.9
11+
install: composer install
912
script:
10-
- hh_client
11-
- hhvm test/run_tests.php
12-
- hhvm examples/dorm/codegen.php examples/dorm/demo/DormUserSchema.php
13-
13+
- hh_client
14+
- hhvm vendor/bin/phpunit

0 commit comments

Comments
 (0)