aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 46ae58136ddc93c447aade269108f4633077f36b (plain)
1
2
3
4
5
6
7
8
9
10
11
sudo: required
install:
  - sudo .travis/install-alpine
  - sudo .travis/setup-alpine
  - sudo .travis/install-deps
script: |
  source .travis/common.sh
  alpine_run $ALPINE_USER './test.sh -x -y'
  alpine_run $ALPINE_USER './test.sh -x -y header'
notifications:
  email: false