Skip to content

Commit

Permalink
updating travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
adeojonathan committed Mar 30, 2018
1 parent 30e1fc4 commit 13eb8ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,10 +1,11 @@
language: php

php:
- '7.2'
- '7.1'
- '7.0'
- '5.6'
- '5.5'
- '5.4'


sudo: false

Expand All @@ -16,8 +17,7 @@ before_script:
- cd /tmp/
- git clone https://github.com/squizlabs/PHP_CodeSniffer.git phpcs
- git clone https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git wpcs
- cd phpcs
- scripts/phpcs --config-set installed_paths ../wpcs
- phpcs/scripts/phpcs --config-set installed_paths /tmp/wpcs
- cd "$THEME_SLUG"
- phpenv rehash

Expand Down
2 changes: 0 additions & 2 deletions multiloquent-base.php
Expand Up @@ -193,8 +193,6 @@ function multiloquent_register_and_generate_custom_control($setting_type, $setti
'flatly' => 'flatly',
'journal' => 'journal',
'lumen' => 'lumen',
'paper' => 'paper',
'readable' => 'readable',
'sandstone' => 'sandstone',
'simplex' => 'simplex',
'slate' => 'slate',
Expand Down

0 comments on commit 13eb8ac

Please sign in to comment.