Update config.yml

This commit is contained in:
Piotr Pekala 2019-07-26 01:43:48 -07:00
parent 4351e93d70
commit f81f3b5887

View File

@ -6,19 +6,11 @@ jobs:
xcode: "9.4.0" xcode: "9.4.0"
docker: docker:
- image: node:11.0.0 - image: circleci/node:11.0.0
steps: steps:
- checkout - checkout
- run: apt-get install -y sudo
- run:
name: Set timezone and check current datetime
command: |
sudo systemsetup -settimezone Europe/Warsaw
echo "Today is $(date +"%Y-%m-%d %T")"
- run: - run:
name: Installed python and pip version name: Installed python and pip version
command: | command: |