From 393a1f2e709e57fdf50a32ce154bda27f303a343 Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Thu, 12 Mar 2015 15:03:06 -0400 Subject: [PATCH] Removed PHP 5.3 build option Added experimental hhvm build option. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0cec51f..3df5d21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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