Skip to content

Commit

Permalink
use container based infrastructure (no sudo env) and remove testing o…
Browse files Browse the repository at this point in the history
…n hhvm-nightly
  • Loading branch information
jakoch committed Mar 29, 2015
1 parent db66dd6 commit c428bb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -5,15 +5,17 @@
#
language: php

# use container based infrastructure (no sudo possible)
sudo: false

env:
#- OPCODE_CACHE=apc

php: [5.4, 5.5, 5.6, hhvm, hhvm-nightly]
php: [5.4, 5.5, 5.6, 7, hhvm]

matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
fast_finish: true

services: [memcached, mongodb]
Expand Down

0 comments on commit c428bb7

Please sign in to comment.