From bb931505c5f11c21a31cdd7be6fe036ca44e729d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 8 Feb 2017 13:26:23 +0100 Subject: [build] Remove Mason submodule in favor of CMake mason --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a328c7d43c..30c3fa6be6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,8 +96,7 @@ matrix: - nvm install 4 - nvm use 4 - make node - - mason install apitrace 6a30de1 - - $(mason prefix apitrace 6a30de1)/bin/apitrace trace --api=egl -v make test-node + - $(scripts/mason.sh PREFIX apitrace VERSION 6a30de1)/bin/apitrace trace --api=egl -v make test-node after_script: - ccache --show-stats - ./platform/node/scripts/after_script.sh ${TRAVIS_JOB_NUMBER} @@ -123,8 +122,7 @@ matrix: - nvm install 4 - nvm use 4 - make node - - mason install apitrace 6a30de1 - - $(mason prefix apitrace 6a30de1)/bin/apitrace trace --api=egl -v make test-node + - $(scripts/mason.sh PREFIX apitrace VERSION 6a30de1)/bin/apitrace trace --api=egl -v make test-node after_script: - ccache --show-stats - ./platform/node/scripts/after_script.sh ${TRAVIS_JOB_NUMBER} -- cgit v1.2.1