~ubuntu-branches/debian/sid/neovim/sid

« back to all changes in this revision

Viewing changes to .ci/script.sh

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2016-02-20 22:41:32 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20160220224132-e24n8lh3yo5ylt23
Tags: upstream-0.1.2
ImportĀ upstreamĀ versionĀ 0.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
set -o pipefail
5
5
 
6
6
if [[ -n "${CI_TARGET}" ]]; then
7
 
  make lint
 
7
  make "${CI_TARGET}"
8
8
  exit 0
9
9
fi
10
10