Skip to content

Commit

Permalink
Enable CI builds coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
azizur committed Apr 22, 2016
1 parent c8188e0 commit 4055649
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ language: php

php:
# using major version aliases
# - hhvm
- hhvm
- 7.0
# - 5.6
# - 5.3
# - 5.5
# - 5.4
- 5.6
- 5.3
- 5.5
- 5.4

env:
- WP_VERSION=latest WP_MULTISITE=0
# - WP_VERSION=latest WP_MULTISITE=1
# - WP_VERSION=4.5 WP_MULTISITE=0
# - WP_VERSION=4.5 WP_MULTISITE=1
# - WP_VERSION=4.4 WP_MULTISITE=0
# - WP_VERSION=4.4 WP_MULTISITE=1
- WP_VERSION=latest WP_MULTISITE=1
- WP_VERSION=4.5 WP_MULTISITE=0
- WP_VERSION=4.5 WP_MULTISITE=1
- WP_VERSION=4.4 WP_MULTISITE=0
- WP_VERSION=4.4 WP_MULTISITE=1

before_script:
# set up testing suite
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Arabic Ligature

Arabic Ligature will encode common Arabic phrases to respective Ligature using Unicode representation.

[![Build Status](https://travis-ci.org/azizur/arabic-ligature.svg?branch=master)](https://travis-ci.org/azizur/arabic-ligature)

Supported Short Codes:

| Short codes | Ligature | Arabic | Transliteration | Translation |
Expand Down

0 comments on commit 4055649

Please sign in to comment.