Skip to content

Commit

Permalink
Cleaning travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
garethtdavies authored Apr 18, 2017
1 parent 00e507a commit b807fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ language: php

php:
- 5.6
- hhvm
- 7.0
- 7.1
- hhvm

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev

script: phpunit

0 comments on commit b807fa5

Please sign in to comment.