Replace make with mage in CircleCI build

Updates #3969
This commit is contained in:
Bjørn Erik Pedersen 2017-10-15 11:08:25 +02:00
parent 68ace43431
commit fe71cb6f5f
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -14,8 +14,8 @@ jobs:
command: |
git clone git@github.com:gohugoio/hugoDocs.git
cd hugo
make vendor
make check
mage vendor
mage check
- persist_to_workspace:
root: .
paths: .