summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 893b863b33f4fd9da46b9b0a14eeb341e6f308cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
branches:
  only:
  - master
dist: xenial
sudo: required
language: minimal
install:
  - sudo .travis/install
script: |
  . .travis/config
  sudo chroot $NEWROOT su -l $USER sh -c "cd $CLONE_DIR; make LINKER_PATH=/lib/ld-musl-x86_64.so.1 LOADER_NAME=ld-linux-x86-64.so.2"
notifications:
  email: false