Skip to content

Commit

Permalink
[ fix ] whitespace violation in safe.agda
Browse files Browse the repository at this point in the history
also building the docs for safe
  • Loading branch information
gallais committed Aug 8, 2018
1 parent 3de5757 commit 73dfff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -76,6 +76,7 @@ script:
# detecting basic compilation errors
- agda -i . -i src/ -c --no-main Everything.agda
# building the docs
- agda -i . -i src/ --html safe.agda
- agda -i . -i src/ --html index.agda
# moving everything at the root
- mv html/* .
Expand Down
1 change: 0 additions & 1 deletion travis/safe.agda
@@ -1,3 +1,2 @@
module safe where


0 comments on commit 73dfff1

Please sign in to comment.