Browse Source

add cakephp version into travis

saeid 8 years ago
parent
commit
35e13b3b4c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -41,6 +41,7 @@ matrix:
       env: PHPSTAN=1 DEFAULT=0
 
 before_install:
+  - echo cakephp version && tail -1 VERSION.txt
   - phpenv config-rm xdebug.ini
 
   - if [ $DB = 'mysql' ]; then mysql -u root -e 'CREATE DATABASE cakephp_test;'; fi