Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 602a451

Browse files
committed
README: add Travis CI build status
1 parent 354bb64 commit 602a451

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: php
2+
3+
php:
4+
- 5.5
5+
- 5.6
6+
- 7.0
7+
- hhvm
8+
9+
script:
10+
- phpunit --coverage-text
11+
12+
before_install:
13+
- composer self-update
14+
15+
install:
16+
- composer install

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## About
2+
[![Build Status](https://travis-ci.org/martinlindhe/laravel-vue-i18n-generator.png?branch=master)](https://travis-ci.org/martinlindhe/laravel-vue-i18n-generator)
3+
24

35
Laravel 5 package that allows you to share your Laravel translations
46
with your [vue](http://vuejs.org/) front-end, using [vue-i18n](https://github.com/kazupon/vue-i18n).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=5.4.0",
15-
"laravel/framework": "~5.0"
15+
"laravel/framework": "~5.1"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~4.7"

0 commit comments

Comments
 (0)