diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 00000000000..1bcee782da8 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,8 @@ +version: 2 +jobs: + build: + machine: true + branches: + ignore: gh-pages + steps: + -run: echo "Skipping tests on gh-pages branch"