1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00

Merge branch '1.0' into identifier-update-1.0

This commit is contained in:
terrafrost 2015-12-07 15:20:45 -06:00
commit faa977c587

View File

@ -7,7 +7,6 @@ php:
- 5.5.9
- 5.5
- 5.6
- hhvm
env:
global:
@ -18,7 +17,13 @@ env:
before_install: true
install:
- sudo apt-get install parallel
- wget http://ftp.gnu.org/gnu/parallel/parallel-20120522.tar.bz2
- tar -xvjf parallel*
- cd parallel*
- ./configure
- make
- sudo make install
- cd ..
- eval `ssh-agent -s`
- travis/setup-secure-shell.sh
- sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then travis/install-php-extensions.sh; fi"