Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit aadfd5d

Browse files
committed
Archer update.
1 parent d0cff4a commit aadfd5d

File tree

2 files changed

+113
-121
lines changed

2 files changed

+113
-121
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
language: php
22

3-
php: ["5.3", "5.4", "5.5", "hhvm"]
3+
php: ["5.3", "5.4", "5.5", "5.6", "hhvm", "hhvm-nightly"]
44

55
matrix:
6-
allow_failures:
7-
- php: hhvm
6+
allow_failures: [{"php": "hhvm"}, {"php": "hhvm-nightly"}]
7+
fast_finish: true
88

99
env:
1010
global:
11-
- ARCHER_PUBLISH_VERSION=5.5
11+
- ARCHER_PUBLISH_VERSION=5.6
1212
- secure: "W/NwiJDbrj6yiRmVsNAGYenJJjXVWTLhhi+0ykNVAJtq/akx+3HlE9WvrvUfGu+18o7VWHfFXdq8tln79SC873XKta7OYVqMRfdB+KxjIu1LWCEu5bD5AzGZ6vt/797XmYBMds02nyGVlFNY7fzF1QcWhFO0o+hrZKOj5cmmhIQ="
1313

1414
install:

0 commit comments

Comments
 (0)