optar/.travis.yml
Colin Dean ca2ae12337 Fixes YAML for travis
Apparently, one element confuses Travis
2018-04-08 13:39:28 -04:00

22 lines
486 B
YAML

language: c
matrix:
include:
- os: linux
compiler: gcc
- os: osx
compiler: clang
script: make -j
before_deploy: make -j archive
deploy:
provider: releases
api_key:
secure: mz4/p8VB7qn6F3M8uPT2/mJmU/nEWRGgsxN+KM/Gg1isSVrRpWP0xYfPTOdU6o9f0IVBRIW7SjHuq1H9kqGhmWx+Aycs8gE905ORYidLRjbkPN/fiS2jL6CcRzolkprvK7btIRhxfFGB/y3L0MELh+kXo1A6oIm+2a+OwNpdi4c=
file: optar-*.tar.gz
file_glob: true
skip_cleanup: true
on:
repo: colindean/optar
tags: true