Skip to content
This repository was archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
Issue #2844651 by chr.fritsch: Improve travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
chr.fritsch authored and chrfritsch committed Jan 18, 2017
1 parent e5af7b7 commit cbe4f8c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ php:
- 5.5
- 5.6
- 7
- hhvm

matrix:
fast_finish: true
Expand Down Expand Up @@ -98,8 +97,8 @@ before_install:
- composer global require "lionsad/drupal_ti:1.*"
- drupal-ti before_install
# Codesniffer and Coder
- composer global require "squizlabs/php_codesniffer:2.0.*@dev"
- composer global require drupal/coder:8.2.0-beta1
- composer global require squizlabs/php_codesniffer
- composer global require drupal/coder
- ln -s ~/.composer/vendor/drupal/coder/coder_sniffer/Drupal ~/.composer/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/

install:
Expand Down

0 comments on commit cbe4f8c

Please sign in to comment.