Skip to content

Commit

Permalink
fix: changed circleci target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
libremente committed Feb 7, 2019
1 parent 0c7fe90 commit 39dfc10
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- checkout

# npm build
- run:
name: npm install
command: npm install
- run:
name: npm lint
command: npm run lint
- run:
name: npm install
command: npm install

workflows:
version: 2
Expand All @@ -29,6 +29,5 @@ workflows:
filters:
branches:
only:
- deployment-config
#- master
- master

0 comments on commit 39dfc10

Please sign in to comment.