1language: c
2script: ./scripts/travis-builds.sh
3env:
4    # full zircon kernel + user space builds
5    - PROJECT=x86
6    - PROJECT=arm64
7    - PROJECT=hikey960
8    - PROJECT=gauss
9    - PROJECT=odroidc2
10
11sudo: required
12dist: trusty
13
14cache:
15    directories:
16    - prebuilt/downloads
17    - prebuilt/configs
18
19notifications:
20    irc:
21        channels:
22            - "chat.freenode.net#fuchsia-bot"
23        skip_join: true
24        use_notice: true
25