Skip to content

Commit

Permalink
Merge pull request #78 from mischakolbe/circleci_test
Browse files Browse the repository at this point in the history
Circleci tests
  • Loading branch information
mischakolbe authored Dec 10, 2018
2 parents 8da7582 + 757856e commit 8bb85a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version: 2

defaults: &defaults
working_directory: ~/node_calculator
parallelism: 3

default-run: &default-run
steps:
Expand Down Expand Up @@ -37,7 +38,7 @@ default-run: &default-run


jobs:
maya2018:
build:
docker:
- image: daemonecles/anvil:maya2018
<<: *defaults
Expand Down

0 comments on commit 8bb85a5

Please sign in to comment.