From 27be8637d1f073c245c32aa7c336fb70e1b82c20 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Tue, 7 Feb 2017 08:17:52 +0100 Subject: [travis] Move ci files from `tools` to `dev`. --- dev/ci/ci-common.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dev/ci/ci-common.sh (limited to 'dev/ci/ci-common.sh') diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh new file mode 100644 index 0000000000..2a6601e045 --- /dev/null +++ b/dev/ci/ci-common.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +set -xe + +export PATH=`pwd`/bin:$PATH +ls `pwd`/bin -- cgit v1.2.3