Skip to content

Commit

Permalink
Try different travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
robmcvey committed Jun 24, 2014
1 parent 2409309 commit ad52315
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,13 +1,16 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6

before_script:
- pear upgrade PEAR
- pear config-set auto_discover 1
- pear install phpunit/PHPUnit-3.7.32
- pear channel-discover pear.phpunit.de
- pear install --alldeps pear.phpunit.de/PHPUnit-3.7.31
- mysql -e 'CREATE DATABASE cakephp_test;'
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- git clone --depth 2 https://github.com/cakephp/cakephp.git
Expand Down

0 comments on commit ad52315

Please sign in to comment.