summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2017-09-25 11:57:24 +0200
committerjvoisin2017-09-25 11:57:24 +0200
commit302dd00ff445a3b8257fa75bdb24ed354a513746 (patch)
treee8b667092bd4a76a890d58fe99ea6abbe35e50e3
parent4a75a65b099d66bde536beca071d32502653a19f (diff)
Simplify the travis file
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 7470d2e..ed2480f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,12 +6,6 @@ php:
6 - '7.2' 6 - '7.2'
7 - nightly 7 - nightly
8 8
9addons:
10 apt:
11 packages:
12 - gcc
13 - lcov
14
15before_install: 9before_install:
16 - pip install --user cpp-coveralls 10 - pip install --user cpp-coveralls
17 11