Skip to content

Commit

Permalink
* Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaselkowski committed Feb 22, 2022
1 parent 093bf25 commit 477097f
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,11 +1,10 @@
language: php
sudo: false
php:
- 5.5
- 5.6
- 7.0
- 7.4
- 8.0
- 8.1
- nightly
- hhvm
matrix:
allow_failures:
- php: nightly
Expand All @@ -14,8 +13,6 @@ cache:
- vendor
install:
- composer install --dev --prefer-dist
- rm -rf vendor/maslosoft/embeditest
- git clone https://github.com/Maslosoft/EmbediTest.git vendor/maslosoft/embeditest
before_script:
- cd $TRAVIS_BUILD_DIR
script:
Expand Down

0 comments on commit 477097f

Please sign in to comment.