1
0
mirror of https://github.com/danog/repo.git synced 2024-11-26 21:24:43 +01:00
repo/.travis.yml
Daniil Gentili 976232016d u
2016-02-19 17:10:40 +01:00

15 lines
155 B
YAML

language: bash
sudo: required
services:
- docker
addons:
apt:
packages:
- build-essential
- grep
- sed
script: ". ./script/cibuild"