Skip to content

Commit

Permalink
fix circleci yaml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Nov 25, 2015
1 parent 1060139 commit 040d7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ lint:
go vet $(IMPORTPATHS)

cover: gover.coverprofile
go tool cover -html=gover.coverprofile

compass:
cd ~/work/rmn && grunt clean && time grunt build_css
Expand Down
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ deployment:
# build docker container
container:
branch: master
commands:
- make build
hub:
branch: master
Expand Down

0 comments on commit 040d7c2

Please sign in to comment.