Standardize formatting of .travis.yml

Use 2 spaces for indentation.
This commit is contained in:
Kevin Yap 2015-03-06 23:51:26 -08:00
commit 4e896c427d

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: