Skip to content

Commit 8c5ac96

Browse files
committed
Merge pull request #16 from pattern-lab/feature/travis
Setting up Travis CI
2 parents afe6ba3 + d6532a2 commit 8c5ac96

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
php:
3+
- 5.5
4+
- 7.0
5+
install:
6+
- composer create-project --no-interaction
7+
script:
8+
- php core/console --generate

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/pattern-lab/edition-php-drupal-standard.svg?branch=master)](https://travis-ci.org/pattern-lab/edition-php-drupal-standard)
2+
13
# Pattern Lab Twig Standard Edition for Drupal
24

35
The Standard Edition for Drupal gives developers and designers a clean and stable base from which to develop a Drupal compatible pattern library.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"require": {
32-
"php": ">=5.3.6",
32+
"php": ">=5.5.9",
3333
"pattern-lab/core": "^2.1.0",
3434
"pattern-lab/patternengine-twig": "^2.0.0",
3535
"pattern-lab/styleguidekit-twig-default": "^2.0.0",

0 commit comments

Comments
 (0)