Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

adding travis ci files #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
install:
- composer create-project --no-interaction
script:
- php core/console --generate
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/pattern-lab/edition-php-twig-standard.svg?branch=master)](https://travis-ci.org/pattern-lab/edition-php-twig-standard)

# Pattern Lab Standard Edition for Twig [DEVELOPER PREVIEW]

The Standard Edition for Twig gives developers and designers a clean and stable base from which to develop a Twig-based pattern library.
Expand Down