Continuous Integration (#11)

* add ci

* add ci

* add build status
This commit is contained in:
Benjamin Bryan
2016-11-23 22:49:40 -08:00
committed by GitHub
parent d52d872665
commit 9898c33818
5 changed files with 19 additions and 5 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "build"]
path = build
url = https://github.com/caarlos0/shell-travis-build.git

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: bash
sudo: required
os:
- linux
install:
- ./build/install.sh
script:
- ./build/build.sh
notifications:
email: false

5
README
View File

@@ -1,5 +0,0 @@
Automatic Ripping Machine (ARM)
See: https://b3n.org/automatic-ripping-machine

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
Automatic Ripping Machine (ARM) ![Build Status](https://travis-ci.org/ahnooie/automatic-ripping-machine.svg?branch=master)
For more details and install instructions see: https://b3n.org/automatic-ripping-machine

1
build Submodule

Submodule build added at 5f3e72c711