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

Skip to content

Commit f82ea16

Browse files
committed
Add travis build status
1 parent 28a50fe commit f82ea16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Composer template for Drupal projects
22

3+
[![Build Status](https://travis-ci.org/drupal-composer/drupal-project.svg?branch=8.x)](https://travis-ci.org/drupal-composer/drupal-project)
4+
35
**TL;DR**: Use [Composer](https://getcomposer.org/) instead of [Drush Make](http://drush.ws/docs/make.txt) for Drupal 7 projects:
46

57
```sh
@@ -9,7 +11,6 @@ cd some-dir
911
php ../composer.phar require drupal/devel:8.*
1012
```
1113

12-
1314
## Background
1415

1516
A Drupal project usually consists of the following:

0 commit comments

Comments
 (0)