summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index cea4e765d..1e45f37fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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