Skip to content

Commit

Permalink
Fixed PHP version for travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HadesArchitect committed Apr 16, 2018
1 parent b6ddd61 commit a15a08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: php
php:
- 7
- 7.2
install: composer update --dev
script: ./vendor/bin/phpunit --coverage-text
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A convenient tool to use United Domains API. It provides tools for direct API ca
## Installation

```
composer require hades-architect/united-domains 0.1.0
composer require hades-architect/united-domains 0.2.0
```

## Usage
Expand Down

0 comments on commit a15a08b

Please sign in to comment.