Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Chiriac committed Nov 19, 2016
2 parents 4fbba6a + 898c1cd commit d495378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ php:
- 5.5
- 5.4
- 5.6
- 7.0

matrix:
fast_finish: true

before_script:
- git clone -b 3.0.1 git://github.com/phalcon/cphalcon.git --depth=1 && cd cphalcon/build/safe && phpize && ./configure --enable-phalcon && sudo make install
- git clone -b 1.3.4 git://github.com/phalcon/cphalcon.git --depth=1 && cd cphalcon/build/safe && phpize && ./configure --enable-phalcon && sudo make install
- cd ../../../ && phpenv config-add ./spec/phalcon.ini
- composer self-update
- composer install --dev --prefer-source
Expand Down

0 comments on commit d495378

Please sign in to comment.