Skip to content

Commit

Permalink
fix(bug): CircleCI should test also build for each PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferit Topcu committed Jun 22, 2018
1 parent ee1f5a7 commit dd800aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ test:
override:
- gulp lint-sass

build:
override:
- gulp build:dist

deployment:
release:
branch: master
Expand Down

0 comments on commit dd800aa

Please sign in to comment.