Skip to content

Commit 0e2697c

Browse files
committed
fix travis config
1 parent 6eced6f commit 0e2697c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ sudo: required
22
dist: trusty
33
language: php
44
php:
5+
- '5.5'
56
- '5.6'
67
- '7.0'
78
- '7.1'
89

910
before_script:
1011
- if [[ ${TRAVIS_PHP_VERSION:0:1} == "5" ]]; then sudo apt-get -y install php5-intl; fi
11-
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7" ]]; then sudo pecl install -y intl; fi
1212
- travis_retry composer self-update
1313
- travis_retry composer install --no-interaction --prefer-source --dev
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Latest Stable Version](https://poser.pugx.org/ardabeyazoglu/datetime/v/stable)](https://packagist.org/packages/ardabeyazoglu/datetime) [![License](https://poser.pugx.org/ardabeyazoglu/datetime/license)](https://packagist.org/packages/ardabeyazoglu/datetime) [![Build Status](https://travis-ci.org/ardabeyazoglu/php-datetime.svg?branch=master)](https://travis-ci.org/ardabeyazoglu/php-datetime) [![Coverage Status](https://coveralls.io/repos/github/ardabeyazoglu/php-datetime/badge.svg?branch=master)](https://coveralls.io/github/ardabeyazoglu/php-datetime?branch=master)
1+
[![Latest Stable Version](https://poser.pugx.org/ardabeyazoglu/datetime/v/stable)](https://packagist.org/packages/ardabeyazoglu/datetime) [![License](https://poser.pugx.org/ardabeyazoglu/datetime/license)](https://packagist.org/packages/ardabeyazoglu/datetime) [![Build Status](https://travis-ci.org/ardabeyazoglu/php-datetime.svg?branch=master)](https://travis-ci.org/ardabeyazoglu/php-datetime) [![codecov](https://codecov.io/gh/ardabeyazoglu/php-datetime/branch/master/graph/badge.svg)](https://codecov.io/gh/ardabeyazoglu/php-datetime)
22

33
# About
44
Improved DateTime functionality for php by extending native DateTime and DateTimeZone classes. You can use shorthand methods for various operations. Also, different locales are supported, thanks to `Intl` extension.

0 commit comments

Comments
 (0)