.travis.yml: indent 2

This commit is contained in:
Max Kellermann 2017-05-17 15:27:40 +02:00
parent f7fffc9be8
commit b01edcb9bc
1 changed files with 10 additions and 10 deletions

View File

@ -2,16 +2,16 @@ dist: trusty
language: cpp
addons:
apt:
packages:
- libcppunit-dev
- libboost-dev
apt:
packages:
- libcppunit-dev
- libboost-dev
os:
- linux
- linux
compiler:
- gcc
- gcc
before_install:
# C++14
@ -25,7 +25,7 @@ install:
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 90
script:
- ./autogen.sh
- ./configure --enable-test
- make
- make check
- ./autogen.sh
- ./configure --enable-test
- make
- make check