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

Commit 6a05f9d

Browse files
authored
Merge pull request #18 from fredemmott/more-travis
Enable travis for recent versions of HHVM
2 parents aa7af56 + 3f77238 commit 6a05f9d

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.travis.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
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 test/run_tests.php
15+
- hhvm examples/dorm/codegen.php examples/dorm/demo/DormUserSchema.php

0 commit comments

Comments
 (0)