Skip to content

Commit

Permalink
Fix #3 the travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
magagr committed Mar 21, 2017
1 parent 0145cdf commit 6ff0c71
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#addons:
# apt:
# packages:
# pandoc
addons:
apt:
packages:
pandoc

script:
make all
3 changes: 0 additions & 3 deletions README

This file was deleted.

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# EDA397 Agile Development Processes Demo Project

[![Build Status](https://travis-ci.org/magagr/adp_project.svg?branch=master)](https://travis-ci.org/magagr/adp_project)

Contains the meta level requirements for the project,
and a template for the report.
Both are in markdown format; the Travis build creates
pdf, docx, and tex.

0 comments on commit 6ff0c71

Please sign in to comment.