blob: 94a09202d8cbc45fe8b3842ff421eb6931d55ae4 [file] [log] [blame]
language: go
go:
- 1.5.1
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
- ./blueprint.bash
- diff -us ../build.ninja.in .bootstrap/bootstrap.ninja.in
- ../tests/test.sh