File tree 3 files changed +19
-22
lines changed
3 files changed +19
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ language : php
2
+
3
+ php :
4
+ - ' 7.0'
5
+ - ' 7.1'
6
+
7
+ cache :
8
+ directories :
9
+ - $HOME/.composer/cache
10
+
11
+ before_install :
12
+ - phpenv config-rm xdebug.ini || true
13
+ - travis_retry composer self-update
14
+
15
+ install :
16
+ - travis_retry composer update --prefer-dist --no-interaction --prefer-stable --no-suggest
17
+
18
+ script : vendor/bin/phpunit
Original file line number Diff line number Diff line change 1
1
# Laravel Locale
2
2
3
- [ ![ Circle CI] ( https://circleci.com/gh/ kiaking/laravel-locale.svg?style=shield )] ( https://circleci.com/gh /kiaking/laravel-locale )
3
+ [ ![ Travis CI] ( https://travis-ci.org/ kiaking/laravel-locale.svg?branch=master )] ( https://travis-ci.org /kiaking/laravel-locale )
4
4
[ ![ Total Downloads] ( https://poser.pugx.org/kiaking/laravel-locale/downloads.svg )] ( https://packagist.org/packages/kiaking/laravel-locale )
5
5
[ ![ Latest Stable Version] ( https://poser.pugx.org/kiaking/laravel-locale/v/stable.svg )] ( https://packagist.org/packages/kiaking/laravel-locale )
6
6
[ ![ Latest Unstable Version] ( https://poser.pugx.org/kiaking/laravel-locale/v/unstable.svg )] ( https://packagist.org/packages/kiaking/laravel-locale )
You can’t perform that action at this time.
0 commit comments