Skip to content

Commit 6e31397

Browse files
hoang leehoang lee
hoang lee
authored and
hoang lee
committed
Unitest CI
1 parent 3f7cc74 commit 6e31397

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: php
22
php:
33
- 7.4.1
4-
before_script: composer require atoum/atoum
4+
before_script:
5+
- composer require atoum/atoum
6+
- composer require --dev phpunit/phpunit ^9
57
script :
6-
- ./vendor/bin/atoum ./test/UserTest.php
8+
- ./vendor/bin/phpunit ./test/UserTest.php

0 commit comments

Comments
 (0)