add CircleCI 2.0 config file, for #1489

master
melvinzhang 2018-02-28 09:42:10 +08:00
parent b5ca938732
commit e3e22a029e
1 changed files with 10 additions and 0 deletions

10
.circleci/config.yml Normal file
View File

@ -0,0 +1,10 @@
version: 2
jobs:
test:
parallelism: 1
docker:
- image: circleci/openjdk:8-jdk-node-browsers
steps:
- run:
command: make circleci
no_output_timeout: 7200s