mirror of
https://github.com/httpie/cli.git
synced 2025-06-25 12:01:41 +02:00
Fix travis
This commit is contained in:
parent
e42f7b8fc9
commit
576ee83d82
@ -1,11 +1,14 @@
|
|||||||
# https://travis-ci.org/jkbrzt/httpie
|
# https://travis-ci.org/jkbrzt/httpie
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
language: python
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- NEWEST_PYTHON=3.4
|
- NEWEST_PYTHON=3.4
|
||||||
language: python
|
|
||||||
python:
|
python:
|
||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
@ -22,5 +25,6 @@ matrix:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux']] && pip install python-coveralls && coveralls
|
- [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux']] && pip install python-coveralls && coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user