Skip to content

Commit b1c1887

Browse files
Update .travis.yml
1 parent a581156 commit b1c1887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
fast_finish: true
1111

1212
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
13+
- 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
1414
- cd ../../../ && phpenv config-add ./spec/phalcon.ini
1515
- composer self-update
1616
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)