Skip to content

Commit a58d27c

Browse files
author
Harrison Ifeanyichukwu
committed
ci: configure automated version releasing
1 parent b92b1f4 commit a58d27c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,21 @@ script:
88
- vendor/bin/phpunit
99
jobs:
1010
include:
11+
- stage: test
12+
php: 7.1
13+
before_script:
14+
- composer install
15+
script:
16+
- vendor/bin/phpunit
1117
- stage: release
1218
php: 7.2
1319
before_install:
1420
- nvm install 10
1521
before_script:
16-
- composer self-update
1722
- composer install
23+
- npm install
1824
script:
1925
- vendor/bin/phpunit
2026
after_success:
2127
- php vendor/bin/php-coveralls
28+
- npm run semantic-release

0 commit comments

Comments
 (0)