mirror of
https://github.com/captn3m0/india-pincode-regex.git
synced 2024-09-08 07:46:33 +00:00
Run more builds
This commit is contained in:
parent
783c0dc956
commit
5bba7b9c87
25
.travis.yml
25
.travis.yml
@ -1,14 +1,19 @@
|
||||
matrix:
|
||||
jobs:
|
||||
include:
|
||||
- language: php
|
||||
php:
|
||||
- '7.2'
|
||||
- '7.3'
|
||||
- '7.4'
|
||||
php: '7.2'
|
||||
install: composer install
|
||||
- language: php
|
||||
php: '7.3'
|
||||
install: composer install
|
||||
- language: php
|
||||
php: '7.4'
|
||||
install: composer install
|
||||
- language: node_js
|
||||
node_js:
|
||||
- '10'
|
||||
- '12'
|
||||
- '13'
|
||||
- '14'
|
||||
node_js: '10'
|
||||
- language: node_js
|
||||
node_js: '12'
|
||||
- language: node_js
|
||||
node_js: '13'
|
||||
- language: node_js
|
||||
node_js: '14'
|
Loading…
Reference in New Issue
Block a user