commit 47b68427c65a9af142a13b6c9829555f7d0a73e0
parent 5e9951a7062c7c997364448d647b2d941886b5a6
Author: Martin Mitas <mity@morous.org>
Date: Mon, 3 Oct 2016 21:49:51 +0200
.travis.yml: Install python3 and run tests only in 'after_success' phase.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -5,7 +5,6 @@ language: c
compiler:
- gcc
- - clang
before_script:
- mkdir build
@@ -14,4 +13,7 @@ before_script:
script:
- make
+
+after_success:
+ - sudo apt-get install python3
- ../scripts/run-commonmark-tests.sh