Skip to content

Commit b518b5f

Browse files
author
Arno Klein
committed
Convert circleci file to version 2
1 parent 7f91faa commit b518b5f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

circle.yml renamed to .circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
## All dependencies are accounted for in the environment.yml file.
44
##
55
## Authors:
6-
## - Arno Klein, 2016 ([email protected]) http://binarybottle.com
6+
## - Arno Klein, 2016,2018 ([email protected]) http://binarybottle.com
77
##
8-
## Copyright 2016, Mindboggle team (mindboggle.info), Apache v2.0 License
8+
## Copyright 2016-2018, Mindboggle team (mindboggle.info), Apache v2.0 License
9+
10+
version: 2
911

1012
#-----------------------------------------------------------------------------
1113
# Customize the test machine:
1214
#-----------------------------------------------------------------------------
13-
machine:
15+
jobs:
16+
build:
1417
# Add some environment variables
1518
environment:
1619
HOME: /home/ubuntu

0 commit comments

Comments
 (0)