Skip to content

Commit 71d8e4d

Browse files
author
has.well
committed
fix conf travis
1 parent b8e8742 commit 71d8e4d

File tree

1 file changed

+12
-29
lines changed

1 file changed

+12
-29
lines changed

.travis.yml

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,12 @@
1-
language: python
2-
3-
sudo: false
4-
5-
matrix:
6-
include:
7-
- python: 2.7
8-
env:
9-
- TOXENV=py27
10-
- python: 3.4
11-
env:
12-
- TOXENV=py34
13-
- python: 3.5
14-
env:
15-
- TOXENV=py35
16-
- python: 3.6
17-
env:
18-
- TOXENV=py36
19-
- python: '3.7-dev'
20-
env:
21-
- TOXENV=py37
22-
install:
23-
- pip install tox pycodestyle nose coverage unittest2 requests
24-
25-
script:
26-
- tox
27-
28-
after_success:
29-
- nosetests --with-coverage --cover-package=cloudipsp
1+
language: php
2+
php:
3+
- 5.6
4+
- 7.1
5+
- 7.2
6+
- 7.4snapshot
7+
branches:
8+
only:
9+
master
10+
before_install:
11+
- composer install
12+
script: vendor/bin/phpunit --bootstrap vendor/autoload.php tests

0 commit comments

Comments
 (0)