Skip to content

Commit d495378

Browse files
author
Stefan Chiriac
committed
Merge remote-tracking branch 'origin/master'
2 parents 4fbba6a + 898c1cd commit d495378

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ php:
44
- 5.5
55
- 5.4
66
- 5.6
7-
- 7.0
87

98
matrix:
109
fast_finish: true
1110

1211
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
12+
- 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
1413
- cd ../../../ && phpenv config-add ./spec/phalcon.ini
1514
- composer self-update
1615
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)