Skip to content

Commit

Permalink
Migrate v1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vlajos committed Sep 16, 2018
1 parent 5de40fb commit 458c1e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
jobs:
build-and-test:
steps:
- checkout
- run
name: Prepare environment
command: make prepare_environment
- run
name: Run tests
command: make test
5 changes: 0 additions & 5 deletions circle.yml

This file was deleted.

0 comments on commit 458c1e6

Please sign in to comment.