Update circleci config

This commit is contained in:
Matan Kushner
2019-03-17 16:50:51 -04:00
parent 8425ec12b3
commit 717ba24bf0

View File

@@ -20,7 +20,7 @@ commands:
- node_modules - node_modules
jobs: jobs:
birdbox: wakabox:
<<: *defaults <<: *defaults
steps: steps:
- install - install
@@ -31,7 +31,7 @@ workflows:
test: test:
jobs: jobs:
- birdbox - wakabox
poll: poll:
triggers: triggers:
@@ -43,4 +43,4 @@ workflows:
only: only:
- master - master
jobs: jobs:
- birdbox - wakabox