Skip to content

Commit 97fc70c

Browse files
committed
Merge branch 'master' of github.com:thecodework/two-factor-authentication
2 parents f50d60b + 2e6000f commit 97fc70c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
lnguage: php
1+
language: php
22

33
php:
44
- 7.0
55
- 7.1
66

7-
env:
8-
matrix:
9-
- COMPOSER_FLAGS="--prefer-lowest"
10-
- COMPOSER_FLAGS=""
11-
127
before_script:
138
- travis_retry composer self-update
14-
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
9+
- travis_retry composer install --prefer-source --no-interaction
10+
11+
script: phpunit

0 commit comments

Comments
 (0)