We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db37625 commit 184e850Copy full SHA for 184e850
1 file changed
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 5.3
5
- 5.4
6
+ - 5.5
7
8
env:
9
global:
@@ -27,7 +28,6 @@ before_script:
27
28
- ../travis/before_script.sh
29
- cd ../cakephp/app
30
- ln -s ~/.composer/vendor/phpseclib ../vendors/phpseclib
- - ln -s ~/.composer/vendor/phpseclib ./Vendor/phpseclib
31
- echo "Configure::write('Security.salt', 'AycG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');" >> Config/bootstrap.php
32
- echo "Configure::write('Security.cipherSeed', '16659201697453542496749683615');" >> Config/bootstrap.php
33
- cd ..
0 commit comments