Update config.yml

This commit is contained in:
Piotr Pekala 2019-07-26 02:00:11 -07:00
parent 478a09fc34
commit 4d05a4269e

View File

@ -2,9 +2,6 @@
version: 2 version: 2
jobs: jobs:
build: build:
environment:
BASH_ENV: ~/.nvm/nvm.sh
macos: macos:
xcode: "9.4.0" xcode: "9.4.0"
@ -14,7 +11,7 @@ jobs:
- run: - run:
name: Install nodejs name: Install nodejs
command: | command: |
nvm install 11.0.0 npm install 11.0.0
- run: - run:
name: Set timezone and check current datetime name: Set timezone and check current datetime