1
Fork 0

ACtually run tests

This commit is contained in:
Jake Howard 2017-04-30 22:53:06 +01:00
parent 00e49015d3
commit a447870c6f

View file

@ -3,9 +3,11 @@ machine:
version: 6.9.4
dependencies:
post:
pre:
- wget https://github.com/spf13/hugo/releases/download/v0.20.6/hugo_0.20.6_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
post:
- make build
test:
override:
- make build
- make test