Skip to content

Commit ccb6e34

Browse files
YML typo in travis config
1 parent 3943ce9 commit ccb6e34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ matrix:
2020

2121
# Test the latest stable release
2222
- name: "PHP 7.1"
23-
- php: 7.1
23+
php: 7.1
2424
- name: "PHP 7.2 with code coverage"
25-
- php: 7.2
25+
php: 7.2
2626
env: COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml" DEPENDENCIES="php-coveralls/php-coveralls:^2.1"
2727

2828
# Test LTS versions

0 commit comments

Comments
 (0)