Skip to content

Commit

Permalink
Merge pull request #399 from sstok/hhvm-expirment
Browse files Browse the repository at this point in the history
don't run bldr install on Travis
  • Loading branch information
cordoval committed Mar 25, 2015
2 parents ac9d15f + 0fc3bf2 commit 3a84ba0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2,098 deletions.
20 changes: 16 additions & 4 deletions .travis.yml
Expand Up @@ -9,21 +9,33 @@

language: php

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

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

sudo: false

cache:
directories:
- $HOME/.composer/cache

env:
- GUSH_HOME=/tmp/gush GUSH_CACHE_DIR=/tmp/gush/cache

before_install:
# this is needed because something is broken in hhvm
- composer self-update
#- composer self-update
#- curl -sS http://bldr.io/installer | php
- php ./bldr.phar install

script:
- php ./bldr.phar run travis
Expand Down

0 comments on commit 3a84ba0

Please sign in to comment.