Skip to content

Commit

Permalink
Format travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
sop committed Aug 3, 2017
1 parent f7f3c1c commit 7d4d941
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
language: php

php:
- "5.6"
- "7.0"

before_script:
- composer install
- composer require satooshi/php-coveralls

- "composer install"
- "composer require satooshi/php-coveralls"
after_success:
- travis_retry php vendor/bin/coveralls -v
- "travis_retry php vendor/bin/coveralls -v"

0 comments on commit 7d4d941

Please sign in to comment.