From 163fc3c11350e714978b3f06daac5df931828152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 26 Jul 2016 14:47:14 +0200 Subject: [build] fix various CI builds --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index df06cd4e2d..b36c9eefa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ before_script: - cmake --version script: - make linux - - make test-linux + - make test after_script: - ccache --show-stats - ./platform/linux/scripts/after_script.sh ${TRAVIS_JOB_NUMBER} ${TRAVIS_TAG:-} @@ -151,7 +151,6 @@ cache: directories: - $HOME/.ccache - $HOME/.cache/pip - - .mason - node_modules - mason_packages/.binaries -- cgit v1.2.1