mirror of
https://github.com/sprockets/sprockets.mixins.json_error.git
synced 2024-12-28 03:00:23 +00:00
Merge pull request #3 from sprockets/enable-travis
Finish Travis CI configuration
This commit is contained in:
commit
55f981111a
1 changed files with 6 additions and 5 deletions
11
.travis.yml
11
.travis.yml
|
@ -18,10 +18,11 @@ after_success:
|
||||||
deploy:
|
deploy:
|
||||||
distributions: sdist bdist_wheel
|
distributions: sdist bdist_wheel
|
||||||
provider: pypi
|
provider: pypi
|
||||||
on:
|
|
||||||
python: 2.7
|
|
||||||
tags: true
|
|
||||||
all_branches: true
|
|
||||||
user: sprockets
|
user: sprockets
|
||||||
password:
|
password:
|
||||||
secure: [REPLACE-ME]
|
secure: JlbJc6qhq83Ua7Wi6kVX3AwRVjeVWDnb1Jphrjf9a+CLePx3OkErcYpXBF9eTqT+n/4+bpoPMqZEL7DkEtRy+EtHdbuafVAAbaIrz2YJqZ5eKvwov/OFk5gIgS4pBRXZFs96dc9rE1uthYSTSjODtobFGi/BjtxoxqOzn6E/OnY=
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
repo: sprockets/sprockets.mixins.json_error
|
||||||
|
python: 2.7
|
||||||
|
all_branches: true
|
||||||
|
|
Loading…
Reference in a new issue