india-pincode-regex/.travis.yml

36 lines
797 B
YAML
Raw Normal View History

2020-02-25 09:01:29 +00:00
jobs:
2020-02-25 08:50:53 +00:00
include:
- language: php
2020-02-25 09:01:29 +00:00
php: '7.2'
2020-02-25 08:50:53 +00:00
install: composer install
2020-02-25 09:01:29 +00:00
- language: php
php: '7.3'
install: composer install
- language: php
php: '7.4'
install: composer install
- language: node_js
node_js: '10'
- language: node_js
node_js: '12'
- language: node_js
node_js: '13'
- language: python
2020-03-13 12:01:58 +00:00
python: '3.5'
script: nosetests tests/test.py
- language: python
2020-03-13 12:01:58 +00:00
python: '3.6'
script: nosetests tests/test.py
- language: python
2020-03-13 12:01:58 +00:00
python: '3.7'
script: nosetests tests/test.py
- language: python
2020-03-13 12:01:58 +00:00
python: '3.8'
script: nosetests tests/test.py
2020-04-26 02:45:27 +00:00
- language: ruby
ruby: '2.5'
- language: ruby
ruby: '2.6'
- language: ruby
ruby: '2.7'