Skip to content

Commit bbdd032

Browse files
author
Harrison Ifeanyichukwu
committed
ci: configure travis ci job builds
1 parent 9aea154 commit bbdd032

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ script:
99
jobs:
1010
include:
1111
- stage: release
12-
php: "7.2"
12+
php: 7.2
13+
before_install:
14+
- nvm install 10
1315
before_script:
1416
- composer self-update
1517
- composer install
1618
script:
1719
- vendor/bin/phpunit
20+
after_success:
21+
- php vendor/bin/php-coveralls

0 commit comments

Comments
 (0)