Commit b01edcb9 authored by Max Kellermann's avatar Max Kellermann

.travis.yml: indent 2

parent f7fffc9b
...@@ -2,16 +2,16 @@ dist: trusty ...@@ -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: ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment