Skip to content
Snippets Groups Projects
Unverified Commit 390399a7 authored by Jonathan A. Sternberg's avatar Jonathan A. Sternberg Committed by GitHub
Browse files

Merge pull request #259 from influxdata/js-circleci-version2

Switch to circleci version 2
parents 8c29cb55 e98b46e2
No related branches found
No related tags found
No related merge requests found
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.11
working_directory: /go/src/github.com/influxdata/influxdata-docker
steps:
- checkout
- setup_remote_docker
- run: bash circle-test.sh
machine:
services:
- docker
test:
override:
- bash circle-test.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment