Skip to content

Commit

Permalink
ci(): ignore gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
crobinson42 committed Sep 22, 2018
1 parent e52d418 commit d169d59
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
7 changes: 5 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
test:
docker:
- image: circleci/node:8
- image: circleci/node:10
steps:
- checkout
- run: npm install
Expand All @@ -21,4 +21,7 @@ workflows:
version: 2
build_and_test:
jobs:
- test
- test:
filters:
branches:
ignore: gh-pages

0 comments on commit d169d59

Please sign in to comment.