Merge pull request #1658 from iKevinY/travis-formatting

Standardize formatting of .travis.yml
This commit is contained in:
Justin Mayer 2015-03-10 07:04:31 -07:00
commit ddd637b870

View file

@ -15,7 +15,6 @@ install:
- pip install nose-cov - pip install nose-cov
script: nosetests -sv --with-coverage --cover-package=pelican pelican script: nosetests -sv --with-coverage --cover-package=pelican pelican
after_success: after_success:
# Report coverage results to coveralls.io
- pip install coveralls - pip install coveralls
- coveralls - coveralls
notifications: notifications: