Update config.yml

This commit is contained in:
Piotr Pekala 2019-07-26 01:56:22 -07:00
parent f81f3b5887
commit a1909c19d0

View File

@ -5,12 +5,20 @@ jobs:
macos:
xcode: "9.4.0"
docker:
- image: circleci/node:11.0.0
steps:
- checkout
- run:
name: Install nodejs
command: |
nvm install 11.0.0
- run:
name: Set timezone and check current datetime
command: |
sudo systemsetup -settimezone Europe/Warsaw
echo "Today is $(date +"%Y-%m-%d %T")"
- run:
name: Installed python and pip version
command: |