Skip to content

Commit adbed59

Browse files
Matthew Fishermboersma
authored andcommitted
feat(travis): hook up docs to travis
1 parent 6fc84b4 commit adbed59

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ before_install:
3030
install:
3131
- pip install -r rootfs/requirements.txt
3232
- pip install -r rootfs/dev_requirements.txt
33+
- make -C docs/ deps
3334
- GLIDE_HOME=/home/travis/.glide make -C client bootstrap
3435
script:
3536
- make test
3637
- make -C client/ test
38+
- make -C docs/ test
3739
deploy:
3840
provider: script
3941
script: _scripts/deploy.sh

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ clean:
1616
rm -rf $(BUILDDIR)/*
1717

1818
deps:
19-
pip install --disable-pip-version-check -r requirements.txt
19+
pip install -r requirements.txt
2020

2121
test: build
2222
grep -q '<h1 id="welcome">Welcome</h1>' _build/html/index.html

0 commit comments

Comments
 (0)