Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Nov 20, 2013
1 parent aa0bdc2 commit a63ee44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,7 @@ before_install:
before_script:

script:
- ./vendor/bin/phpunit

after_script:

Expand Down
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
barbossa
========

## Version 0.0.1

[![Build Status](https://travis-ci.org/fbergkemper/barbossa.png?branch=master)](https://travis-ci.org/fbergkemper/barbossa)

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion module/Application/view/layout/layout.phtml
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<?php echo $this->headTitle('barbossa | '. $this->translate('Version 1.0.0'))->setSeparator(' - ')->setAutoEscape(false) ?>
<?php echo $this->headTitle('barbossa | '. $this->translate('Version 0.0.1'))->setSeparator(' - ')->setAutoEscape(false) ?>

<?php echo $this->headMeta()
->appendName('viewport', 'width=device-width, initial-scale=1.0')
Expand Down

0 comments on commit a63ee44

Please sign in to comment.