Skip to content

Commit a7b7513

Browse files
author
Harrison Ifeanyichukwu
committed
ci: test travis ci job build setup
1 parent 4fd55f1 commit a7b7513

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
language: php
22
php:
33
- 7.1
4-
- 7.2
54
before_script:
65
- composer self-update
76
- composer install
87
script:
98
- vendor/bin/phpunit
9+
jobs:
10+
include:
11+
- stage: release
12+
php: "7.2"
13+
before_script:
14+
- composer self-update
15+
- composer install
16+
script:
17+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)