Dummy CircleCI config. (#9537)

Summary:
The purpose of this config is to make sure that CircleCI builds
don't fail when I turn them on for pytorch/pytorch.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9537

Differential Revision: D8894497

Pulled By: ezyang

fbshipit-source-id: 22f43c84a9b8a54cd47a6572ba068f70a73f043a
This commit is contained in:
Edward Yang
2018-07-18 09:17:01 -07:00
committed by Facebook Github Bot
parent 28954b9e68
commit d6e124e9a5

7
.circleci/config.yml Normal file
View File

@ -0,0 +1,7 @@
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7-node-browsers
steps:
- run: echo "hello world"