Skip to content

Commit

Permalink
chore(circle): updated circlici configuration for PR runs
Browse files Browse the repository at this point in the history
  • Loading branch information
zewa666 committed Jan 30, 2019
1 parent 4f2c2a6 commit 89c12dd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 2.1
jobs:
test:
working_directory: ~/repo
Expand All @@ -12,10 +12,6 @@ jobs:
command: 'npm run test-ci'

workflows:
version: 2
build_and_test:
jobs:
- test:
filters:
branches:
only: master
- test

0 comments on commit 89c12dd

Please sign in to comment.