* [ADD] Travis CI

This commit is contained in:
nuxsmin
2018-07-23 13:50:59 +02:00
committed by Rubén D
parent fdac95ca97
commit 940a20b68b
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ sudo: false
php:
- '7.0'
- '7.1'
- '7.2'
# - '7.1'
# - '7.2'
before_script:
- composer self-update

View File

@@ -70,7 +70,7 @@ if (is_dir(CONFIG_PATH)
) {
print 'Setting permissions for ' . CONFIG_PATH . PHP_EOL;
chmod(CONFIG_PATH, 750);
chmod(CONFIG_PATH, 0750);
}
/**