Removed PHP 5.3 build option

Added experimental hhvm build option.
This commit is contained in:
Rich Morgan 2015-03-12 15:03:06 -04:00
parent e9a651782c
commit 393a1f2e70
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# The MIT License (MIT)
#
# Copyright (c) 2011-2014 BitPay
# Copyright (c) 2011-2015 BitPay
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@ -21,9 +21,10 @@
# THE SOFTWARE.
language: php
php:
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
install:
- composer install
#script: ./bin/phing -verbose -propertyfile build/travis.properties build-travis
@ -37,4 +38,4 @@ cache:
matrix:
fast_finish: true
allow_failures:
- php: 5.3
- php: hhvm