We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e8742 commit 71d8e4dCopy full SHA for 71d8e4d
.travis.yml
@@ -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
12
- - TOXENV=py34
13
- - python: 3.5
14
15
- - TOXENV=py35
16
- - python: 3.6
17
18
- - TOXENV=py36
19
- - python: '3.7-dev'
20
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
+language: php
+php:
+ - 5.6
+ - 7.1
+ - 7.2
+ - 7.4snapshot
+branches:
+ only:
+ master
+before_install:
+ - composer install
+script: vendor/bin/phpunit --bootstrap vendor/autoload.php tests
0 commit comments