Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 28, 2020
1 parent e0ca27e commit 339db1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,15 +1,16 @@
dist: trusty
sudo: false
dist: bionic

language: php

php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0snapshot'

before_script:
- composer install --dev
- composer update --no-interaction --no-progress

script:
- php bin/phpspec run -f pretty
Expand Down

0 comments on commit 339db1f

Please sign in to comment.