Skip to content

Commit b38a117

Browse files
committed
Configure bare-bones Travis build
1 parent 2fd3c68 commit b38a117

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,7 @@ TSWLatexianTemp*
189189
## Generated LaTeX files:
190190
*.tex
191191
src/auto/
192+
193+
194+
## Nix
195+
/result*

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: nix
2+
# FIXME: Why does pandoc fail in nix-build?
3+
script: nix-shell --pure --run make

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# _[Software Foundations][SF] in Idris_
22

3+
[![Build Status](https://travis-ci.org/idris-hackers/software-foundations.svg?branch=develop)](https://travis-ci.org/idris-hackers/software-foundations)
4+
35
:book: [Download the PDF][PDF]
46

57

0 commit comments

Comments
 (0)