platform_build_blueprint/.travis.yml
Dan Willemsen d2e70839f2 Merge branch 'master' into danw/multistagebootstrap
Pull in the latest travis config

Change-Id: I71b5900237378877520a68d639260819d28d1b25
2015-07-30 16:55:34 -07:00

21 lines
375 B
YAML

language: go
cache:
directories:
- $HOME/ninjabin
install:
- ./.travis.install-ninja.sh
- export PATH=$PATH:~/ninjabin
before_script:
- source .travis.fix-fork.sh
script:
- go test ./...
- mkdir stage
- cd stage
- ../bootstrap.bash
- ninja
- diff -us ../build.ninja.in .bootstrap/bootstrap.ninja.in
- ../tests/test.sh