summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2346faa08e058d9124fd54240e367a951da41777 (plain)
1
2
3
4
5
6
7
8
git:
  depth: 3
install:
  - sudo apt-get -qq update
  - sudo apt-get install -y mksh qemu
script:
  - ./embedded-test.sh --arch=alpha --libc=uclibc-ng
  - ./embedded-test.sh --arch=armv5 --libc=uclibc-ng