Skip to content

Commit

Permalink
Fix build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Aug 2, 2016
1 parent 432fe9b commit 14ea79b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ dependencies:
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
- pip install pymongo==3.2.1
- if [ "$CIRCLE_BRANCH" = "master" ]; then make deps; fi
- make deps
cache_directories:
- node_modules/
- rd_ui/node_modules/
- rd_ui/app/bower_components/
test:
override:
Expand Down

0 comments on commit 14ea79b

Please sign in to comment.