mirror of https://github.com/subgraph/fw-daemon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
416 B
16 lines
416 B
8 years ago
|
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/
|