Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Updated Travis configuration to only include master and develop branches
Browse files Browse the repository at this point in the history
Fixes #1, updated README.md and documentation to reflect that
Updated composer.json
  • Loading branch information
hassankhan committed Nov 17, 2013
1 parent 0cd8717 commit 87ca488
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: php

branches:
only:
- master
- develop

before_script:
- composer self-update
- composer update --prefer-source
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Its interface is _supposed_ to be simple and is in process of documentation. Tha
### Install

#### Composer install
composer require hassankhan/zepto
composer create-project hassankhan/zepto

Then add the following to the top of your ``index.php`` file:

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "hassankhan/zepto",
"description": "Zepto is a stupidly simple, blazing fast, flat-file CMS based on Pico",
"keywords": ["cms", "framework", "markdown"],
"homepage": "https://github.com/hassankhan/Zepto",
"require": {
"php": ">=5.3",
"twig/twig": "1.*",
"erusev/parsedown": "~0.4",
"pimple/pimple": "dev-master"
"pimple/pimple": "~2.0"
},
"require-dev": {
"filp/whoops": "1.*",
Expand Down

0 comments on commit 87ca488

Please sign in to comment.