Skip to content

Commit

Permalink
updated clone step with dir exit
Browse files Browse the repository at this point in the history
  • Loading branch information
ganjigajanan committed May 22, 2020
1 parent f71c345 commit cca1449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python: 3.6
before_script:
- git clone https://github.com/uc-cdis/datadictionary; cd datadictionary
- git checkout feat/format_upgrade
- yes | python setup.py install
- yes | python setup.py install; cd ..

script:
- ./run_tests.sh
Expand Down

0 comments on commit cca1449

Please sign in to comment.