mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-12-22 18:18:59 +00:00
setup continuous integration tests on Travis
This commit is contained in:
parent
ff57aa3214
commit
feb35205c8
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: c
|
||||
sudo: required
|
||||
dist: trusty
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install --no-install-recommends -y zsh sudo gnupg cryptsetup pinentry-curses gawk
|
||||
|
||||
script:
|
||||
- make test
|
||||
|
@ -23,6 +23,9 @@ Download it from https://files.dyne.org/tomb
|
||||
|
||||
![tomb's logo](https://github.com/dyne/Tomb/blob/master/extras/images/monmort.png)
|
||||
|
||||
[![Build Status](https://travis-ci.org/dyne/Tomb.svg?branch=master)](https://travis-ci.org/dyne/Tomb)
|
||||
|
||||
|
||||
# What is Tomb, the crypto undertaker?
|
||||
|
||||
Tomb aims to be a free and open source system for easy encryption and
|
||||
|
Loading…
Reference in New Issue
Block a user