1
Fork 0
theorangeone.net-legacy/circle.yml
2017-04-30 22:53:06 +01:00

13 lines
260 B
YAML

machine:
node:
version: 6.9.4
dependencies:
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 test