Skip to content

Commit

Permalink
Change yaml configuration to make the use of the dev tools instead of…
Browse files Browse the repository at this point in the history
… globally installed ones.

Added phpcs to the process.
  • Loading branch information
nickcv-ln committed Jun 10, 2016
1 parent 739d500 commit d2e1aef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ php:
install:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- composer global require "fxp/composer-asset-plugin:~1.1.1"
- composer global require "codeception/codeception:*"
- composer update
- composer install

script:
- codecept build
- codecept run
- ./vendor/bin/codecept run
- ./vendor/bin/phpcs src

0 comments on commit d2e1aef

Please sign in to comment.