Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31c3987

Browse files
committed
Fix
1 parent c34d83b commit 31c3987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ script:
4242
# Ignore PageCache group temporarily, @see https://www.drupal.org/node/2770673
4343
- ./../vendor/bin/phpunit -c core --testsuite unit --exclude-group Composer,DependencyInjection,PageCache
4444
- ./../vendor/bin/drush
45-
- if [[ $RELEASE = stable ]]; then ./../vendor/bin/drupal; fi; - ./../vendor/bin/drupal
45+
- if [[ $RELEASE = stable ]]; then ./../vendor/bin/drupal; fi;

0 commit comments

Comments
 (0)