Fix indentation in travis.yml
Indentation in travis.yml was inconsistent, update it to consistently use 2 spaces. I considered using 4 spaces to be more consistent with the rest of the project but it looks too spaced out and doesn't suit YAML in my opinion.
This commit is contained in:
parent
74c3330669
commit
885245a1ed
42
.travis.yml
42
.travis.yml
@ -1,31 +1,31 @@
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libdbus-1-dev
|
- libdbus-1-dev
|
||||||
- libx11-dev
|
- libx11-dev
|
||||||
- libxrandr-dev
|
- libxrandr-dev
|
||||||
- libxinerama-dev
|
- libxinerama-dev
|
||||||
- libxss-dev
|
- libxss-dev
|
||||||
- libxdg-basedir-dev
|
- libxdg-basedir-dev
|
||||||
- libglib2.0-dev
|
- libglib2.0-dev
|
||||||
- libpango1.0-dev
|
- libpango1.0-dev
|
||||||
- libcairo2-dev
|
- libcairo2-dev
|
||||||
- libnotify-dev
|
- libnotify-dev
|
||||||
- libgtk-3-dev
|
- libgtk-3-dev
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
language: c
|
language: c
|
||||||
before_install:
|
before_install:
|
||||||
- pip install --user cpp-coveralls
|
- pip install --user cpp-coveralls
|
||||||
script:
|
script:
|
||||||
- CFLAGS="-fprofile-arcs -ftest-coverage -Werror" make all dunstify test
|
- CFLAGS="-fprofile-arcs -ftest-coverage -Werror" make all dunstify test
|
||||||
- coveralls
|
- coveralls
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "chat.freenode.net#dunst"
|
- "chat.freenode.net#dunst"
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user