Skip to content

Commit a95d971

Browse files
committed
Update .travis.yml
1 parent 17239a3 commit a95d971

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
6-
- 7.1
4+
- 5.6
5+
- 7.0
6+
- 7.1
77

88
matrix:
9-
allow_failures:
10-
- php: 5.6
9+
allow_failures:
10+
- php: 5.6
1111

1212
env:
13-
- MYSQL_HOST=127.0.0.1 MYSQL_USER=root
13+
- MYSQL_HOST=127.0.0.1 MYSQL_USER=root
1414

1515
services:
16-
- mysql
16+
- mysql
1717

1818
before_script:
19-
- composer self-update
20-
- composer require php-coveralls/php-coveralls
21-
- mysql -e 'CREATE DATABASE IF NOT EXISTS ez_test;'
22-
- mysql -e "CREATE USER ez_test@localhost IDENTIFIED BY 'ezTest'; GRANT ALL ON ez_test.* TO ez_test@localhost; FLUSH PRIVILEGES;"
19+
- composer self-update
20+
- composer require php-coveralls/php-coveralls
21+
- mysql -e 'CREATE DATABASE IF NOT EXISTS ez_test;'
22+
- mysql -e "CREATE USER ez_test@localhost IDENTIFIED BY 'ezTest'; GRANT ALL ON ez_test.* TO ez_test@localhost; FLUSH PRIVILEGES;"
2323

2424
after_success:
25-
- bash <(curl -s https://codecov.io/bash)
25+
- bash <(curl -s https://codecov.io/bash)
2626

2727
script:
28-
- vendor/bin/phpunit --coverage-clover=coverage.xml
28+
- vendor/bin/phpunit --coverage-clover=coverage.xml

0 commit comments

Comments
 (0)