Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 54c8bf5

Browse files
replace travis build php nightly build with php 7.3
1 parent 61d2a59 commit 54c8bf5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/vendor/
22
/.idea/
3-
phpunit.xml
3+
composer.lock
4+
phpunit.xml
5+

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111
- php: 7.0
1212
- php: 7.1
1313
- php: 7.2
14-
- php: nightly
14+
- php: 7.3
1515

1616
cache:
1717
directories:
@@ -21,4 +21,4 @@ before_script:
2121
- composer install
2222

2323
script:
24-
- composer test
24+
- composer test

0 commit comments

Comments
 (0)