We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fbba6a + 898c1cd commit d495378Copy full SHA for d495378
.travis.yml
@@ -4,13 +4,12 @@ php:
4
- 5.5
5
- 5.4
6
- 5.6
7
- - 7.0
8
9
matrix:
10
fast_finish: true
11
12
before_script:
13
- - 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
14
- cd ../../../ && phpenv config-add ./spec/phalcon.ini
15
- composer self-update
16
- composer install --dev --prefer-source
0 commit comments