Skip to content

Commit

Permalink
Fix typo in .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
  • Loading branch information
lukpueh committed Sep 11, 2019
1 parent 478fcf7 commit 098769b
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 @@ -24,6 +24,6 @@ after_success:
# FIXME: Consider refactoring the tests to not require the test aggregation
# script being invoked from the `tests` directory, so that `.coverage` is
# written to and .coveragrc can also reside in the project root directory, as
# as the convention.
# is the convention.
- cp tests/.coverage .
- coveralls --rcfile=tests/.coveragerc

0 comments on commit 098769b

Please sign in to comment.