1
Fork 0

Run build as test step

This commit is contained in:
Jake Howard 2017-05-20 23:53:47 +01:00
parent 049f4b43ff
commit 160f4ac5cb

View file

@ -7,9 +7,8 @@ machine:
dependencies: dependencies:
pre: 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 - 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: test:
override: override:
- make build
- make test - make test