Skip to content

Commit

Permalink
remove c unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidwhiteside committed Sep 20, 2016
1 parent dd3210f commit c545f6e
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 @@ -28,7 +28,7 @@ install:
script:
- 'export PYTHONPATH="${PYTHONPATH}:./pivportal/lib"'
- "coverage run --source=pivportal $(which nosetests) -w pivportal/test/"
- "cd pam_pivportal/ && make clean && make && make test"
# - "cd pam_pivportal/ && make clean && make && make test"

after_success:
- coveralls

0 comments on commit c545f6e

Please sign in to comment.