From ec16504c37719ddebdc09b6e60c25cb9f5dcc4a1 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 30 Jun 2015 14:12:48 -0400 Subject: [PATCH] Create .travis.yml. --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..28642157c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python +python: "2.7" +install: + - cd .. + - git clone https://github.com/haikuports/haikuporter.git --depth=1 + - cd haikuports + - PATH=$PATH:../haikuporter && export PATH + - printf 'TREE_PATH="'`pwd`'"\nPACKAGER="Nobody "\nTARGET_ARCHITECTURE="x86"\n' >haikuports.conf + - wget https://github.com/waddlesplash/haiku-licenses/archive/master.zip && unzip master.zip +script: + - ./lint-new-recipes.sh --config=haikuports.conf --licenses=haiku-licenses-master