Skip to content

Commit

Permalink
ci: Set PHP version according to PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
megahertz committed Dec 24, 2020
1 parent 5a33296 commit 863ee78
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: php
php:
- '5.5'
- '5.6'
- '7.0'

- '7.3'
- '8.0'

before_install:
- sudo apt-get install -y tor
- sudo sh -c 'echo "ControlPort 9051" >> /etc/tor/torrc'
- sudo sh -c 'echo "CookieAuthentication 0" >> /etc/tor/torrc'
- sudo service tor restart

install:
- composer install
- composer install

0 comments on commit 863ee78

Please sign in to comment.