7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-30 18:13:33 +00:00
tutor/.travis.yml

26 lines
509 B
YAML
Raw Normal View History

language: python
matrix:
include:
- os: linux
# We need an older version of python in order to have compatibility with
# older versions of libc
dist: trusty
python: 3.6
services:
- docker
- os: osx
language: generic
2019-02-10 20:02:30 +00:00
script:
- make ci-info
2019-06-23 20:46:41 +00:00
- make ci-install-dev
2019-05-05 09:49:08 +00:00
- make test
2019-02-10 20:02:30 +00:00
- make ci-bundle
2018-05-30 16:07:34 +00:00
deploy:
# Create github release and push binary to github
- provider: script
script: make ci-github
skip_cleanup: true
on:
tags: true