Skip to content

Commit

Permalink
Setup Environment inside jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed Apr 20, 2019
1 parent cca8e41 commit 5ab0385
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .circleci/config.yml
@@ -1,14 +1,11 @@
version: 2

defaults: &defaults
macos:
xcode: '10.1.0'
parallelism: 1
environment:
LANG: en_US.UTF-8

jobs:
build-and-test:
macos:
xcode: '10.1.0'
environment:
LANG: en_US.UTF-8
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 5ab0385

Please sign in to comment.