Skip to content

Commit

Permalink
Move gh-pages ignore directive to gh-pages branch
Browse files Browse the repository at this point in the history
This wasn't getting picked up by CircleCI because the gh-pages branch is
entirely separate from the rest of the project (and didn't have a
circle.yml file to reference)

Moving this snippet over to the gh-pages branch should fix the problem.
  • Loading branch information
Dustin Farris committed Jan 13, 2015
1 parent 0803fb8 commit 351e786
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
general:
branches:
ignore:
- gh-pages

dependencies:
override:
- npm install -g bower
Expand Down

0 comments on commit 351e786

Please sign in to comment.