Skip to content

Commit

Permalink
Fix bad code.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Dec 31, 2017
1 parent c819dfb commit fc51fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pmg structure --convert --filenames test_files/Li2O.cif POSCAR.pmg
pmg structure --convert --filenames POSCAR.pmg pmg.cif
pmg analyze -d test_files
if [ "$CI_PULL_REQUEST" == "" ]; then coveralls; ficoveralls
if [ "$CI_PULL_REQUEST" == "" ]; then coveralls; fi
no_output_timeout: 3600
- store_artifacts:
path: coverage_reports/
Expand Down

0 comments on commit fc51fc9

Please sign in to comment.