summaryrefslogblamecommitdiff
path: root/.travis.yml
blob: 1725dc824532d7d332bd95742cd15dfd5d5a3eea (plain) (tree)
1
2
3
4
5
6
7
8






                 
                           




                                                                                                                                    
branches:
  only:
  - master
dist: xenial
sudo: required
language: minimal
install:
  - sudo sh .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