Skip to content

Commit

Permalink
fix composer and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Oct 21, 2017
1 parent b94a2f2 commit 9461dcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.1

install: composer install --no-dev
install: composer install

script: phpunit --configuration phpunit.xml --coverage-text --testsuite=Linux
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ PHP OS Detector

A small PHP utility library that detects the OS the server is running on.

## Compatibility

Although only tested in PHP 7, PHP OS Detector should be compatible with PHP 5.3 or greater

## Installation
You can install it by cloning the git repository or using composer.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"Tivie\\OS\\": "src/"
}
}
}
}

0 comments on commit 9461dcd

Please sign in to comment.