From 2f26ac8ce540ce51e45e9f1e2fb17ee3d8e2cac1 Mon Sep 17 00:00:00 2001 From: Alexsandr Kibal Date: Tue, 2 May 2017 23:16:22 +0000 Subject: [PATCH] Add .travis.yml --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6033b08 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +sudo: required +language: generic + +services: + - docker + +env: + - TRAVIS_DEBIAN_DISTRIBUTION=testing TRAVIS_DEBIAN_EXTRA_REPOSITORY="https://devrepo.subgraph.com/subgraph/ aaron main" TRAVIS_DEBIAN_EXTRA_REPOSITORY_GPG_URL="https://subgraph.com/DA11364B4760E444.asc" + +script: + - wget -O- https://raw.githubusercontent.com/subgraph/travis.debian.net/gh-pages/script.sh | sh - + +branches: + except: + - /^debian\/\d/