Skip to content

Commit f1922ef

Browse files
committed
fixes travis
1 parent 9498dfb commit f1922ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ before_script:
3535
- if [ $DB = 'mysql' ]; then mysql -u root -e 'CREATE DATABASE cakephp_test CHARACTER SET utf8 COLLATE utf8_general_ci;'; fi
3636
- phpenv rehash
3737
- set +H
38+
- chmod 0600 tests/Fixture/*.pem
3839

3940
script:
4041
- sh -c "if [ '$DEFAULT' = '1' ]; then phpunit; fi"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
],
4343
"scripts": {
44-
"cs-check": "phpcs --colors -psn --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP --ignore=config/Migrations/* ./src ./tests ./config",
44+
"cs-check": "phpcs --colors -ps --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP --ignore=config/Migrations/* ./src ./tests ./config",
4545
"cs-fix": "phpcbf -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP --ignore=config/Migrations/* ./src ./tests ./config"
4646
}
4747
}

0 commit comments

Comments
 (0)