There was an error while loading. Please reload this page.
1 parent a581156 commit b1c1887Copy full SHA for b1c1887
.travis.yml
@@ -10,7 +10,7 @@ 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 3.0.x 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