Skip to content

Commit

Permalink
readme ammend - travis gotchas
Browse files Browse the repository at this point in the history
  • Loading branch information
chippyash committed Nov 1, 2015
1 parent dc221e7 commit 5b2d3c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ The above badges represent the current development branch. As a rule, I don't p
project etc. If you need stable code, use a tagged version. Read 'Further Documentation'
and 'Installation'.

The Travis tests cover multiple versions of PHP. The HexUtil classes in this library
are PHP version aware - not so the travis CI system and hence the coveralls coverage stats.
>= 74% is good, do not be deceived. Check it out for yourself.
The Travis tests cover multiple versions of PHP. However, they do not allow usage of system
commands, hence the getMac() method of Crypt.php doesn't work on the Travis servers.
Check it out for yourself.

## What?

Expand Down

0 comments on commit 5b2d3c1

Please sign in to comment.