Skip to content

Commit

Permalink
Update travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jan 23, 2016
1 parent ab566d0 commit 619dfc8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
@@ -1,20 +1,14 @@
language: php

php:
- 5.5
- 5.6
# - 7.0
- 7.0

sudo: false

install:
- git clone https://github.com/krakjoe/pthreads.git;
pushd pthreads;
if [ "$TRAVIS_PHP_VERSION" != "7.0" ]; then
git checkout PHP5;
else
git checkout master;
fi;
git checkout master;
phpize;
./configure;
make;
Expand Down

0 comments on commit 619dfc8

Please sign in to comment.