Skip to content

Commit

Permalink
Update template to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Dec 28, 2015
1 parent f33bd6a commit 2cc792e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
.refcache
venv/
draft-ietf-acme-acme.xml
lib
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
addons:
apt:
packages:
- python-lxml
- python-pip

install:
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
include lib/main.mk

lib/main.mk:
ifneq (,$(shell git submodule status lib 2>/dev/null))
git submodule sync
git submodule update --init
else
git clone --depth 10 -b master https://github.com/martinthomson/i-d-template.git lib
endif
2 changes: 0 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ machine:

checkout:
post:
- git submodule sync
- git submodule update --init
- git fetch origin gh-pages --depth 10

dependencies:
Expand Down
1 change: 0 additions & 1 deletion lib
Submodule lib deleted from c33e87

0 comments on commit 2cc792e

Please sign in to comment.