Skip to content

Commit fe3ac93

Browse files
committed
Switch CI tool to Travis
1 parent 8c8c184 commit fe3ac93

File tree

3 files changed

+19
-22
lines changed

3 files changed

+19
-22
lines changed

.circleci/config.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel Locale
22

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)
44
[![Total Downloads](https://poser.pugx.org/kiaking/laravel-locale/downloads.svg)](https://packagist.org/packages/kiaking/laravel-locale)
55
[![Latest Stable Version](https://poser.pugx.org/kiaking/laravel-locale/v/stable.svg)](https://packagist.org/packages/kiaking/laravel-locale)
66
[![Latest Unstable Version](https://poser.pugx.org/kiaking/laravel-locale/v/unstable.svg)](https://packagist.org/packages/kiaking/laravel-locale)

0 commit comments

Comments
 (0)