1
0
mirror of https://github.com/danog/repo.git synced 2024-11-26 19:24:38 +01:00
repo/.travis.yml
Daniil Gentili dfff6e16ba finally
2016-02-20 16:21:46 +01:00

17 lines
248 B
YAML

language: bash
sudo: required
services:
- docker
addons:
apt:
packages:
- build-essential
- grep
- sed
script: ". ./script/cibuild"
before_install:
- openssl aes-256-cbc -pass "pass:$pass" -in key.gpg.enc -out key.gpg -d -a