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

Commit f575545

Browse files
committed
fix travis
1 parent 180d1d5 commit f575545

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88
before_script:
99
- composer self-update
1010
- composer install
11-
- php -r \"copy('.env.example', '.env');\"
11+
- php -r "copy('.env.example', '.env');"
1212
- php artisan key:generate
1313
script:
1414
- phpunit --coverage-clover=coverage.clover

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Build Status](https://travis-ci.org/joselfonseca/laravel-api.svg)](https://travis-ci.org/joselfonseca/laravel-api)
44
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)
5-
[![Packagist](https://img.shields.io/packagist/v/joselfonseca/laravel-api.svg)]()
65

76
Laravel API starter Kit will give you most of the boilerplate that you need for creating Laravel API's
87

0 commit comments

Comments
 (0)