.travis.yml: indent 2

This commit is contained in:
Max Kellermann 2017-05-17 15:27:40 +02:00
parent f7fffc9be8
commit b01edcb9bc

View File

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