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

Commit cbe4f8c

Browse files
chr.fritschchrfritsch
authored andcommitted
Issue #2844651 by chr.fritsch: Improve travis integration
1 parent e5af7b7 commit cbe4f8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ php:
1717
- 5.5
1818
- 5.6
1919
- 7
20-
- hhvm
2120

2221
matrix:
2322
fast_finish: true
@@ -98,8 +97,8 @@ before_install:
9897
- composer global require "lionsad/drupal_ti:1.*"
9998
- drupal-ti before_install
10099
# Codesniffer and Coder
101-
- composer global require "squizlabs/php_codesniffer:2.0.*@dev"
102-
- composer global require drupal/coder:8.2.0-beta1
100+
- composer global require squizlabs/php_codesniffer
101+
- composer global require drupal/coder
103102
- ln -s ~/.composer/vendor/drupal/coder/coder_sniffer/Drupal ~/.composer/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
104103

105104
install:

0 commit comments

Comments
 (0)