Skip to content

Commit

Permalink
setup travis in org
Browse files Browse the repository at this point in the history
  • Loading branch information
ajboni committed Jul 3, 2020
1 parent 9b08b78 commit 7029174
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: python
python:
- 3.8
- "pypy3"
- 3.8
- pypy3
install:
- pip install -r requirements.txt
- pip install -r requirements.txt
script:
- make
- make
deploy:
provider: releases
api_key: $GITHUB_TOKEN
api_key:
secure: WShlK0sSphY7Td4LxvXEMqUcxFlcTZb/LuamcQO9TIHe6LhR/z3i1LzxPyDHuJ7ipTHnVsteriGsjfKr0n2kq3gVBCZ28ZBeGK4gajFJyLBDeOoL6TdF/C0w9MRDS1qQLd1mvuOAWIpIXL/N0TjBZ4D9l5VcsM8Q4ff8OjdRKqrZC3CyB599oXT1OEqtbr6b4hlFtniZVbWtFskpmz54Da008LeboQsPnfaT4O9JzNe3qRksw7qndvEjqyWV+Q2SmOs0A20OmEZjp0QFYQ6oKzyzwkASS3t5U5yIqZ9ayHr8GniyRsi2qkYsd7d8RJyFkHxxpiRRmj1KUAzRRpm4cUWebh0KiROQ2ldVYBh/QQZPeChtqRhmZTgiJrQSyUsWaiyvBk5rUhdMdAGYspkFsSKjTmwmdDSSDLRcMRkH4/JvgwbB+wDvD/KDxSZC9/bmhAri0qXoCnEX5Y4mtfNPFKHegzsSpXw9P9mAccwwcG8itym3ulEgM3LVY2eOjbLs/m8xeUuu0DLcUCVa649mwBwQZO+jWJO5AGnvAVtssDWxz7S/fWKfUuoG0TW7rWcYKrYDSDZzRcZ40b8ZF+4zmhPw9WJyobU9r6sptihgVTsFM/5kjzUzBs+QrfoWHNtxIrNMNrpeUyKYY3ugeb/deq3JOgxk3D3iaF4C6N6+s7U=
file: flosstudio.schema.json
skip_cleanup: true
on:
tags: true
all_branches: true
repo: flosstudio/schema
skip_cleanup: 'true'

0 comments on commit 7029174

Please sign in to comment.