aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis
Commit message (Collapse)AuthorAge
* Remove dependency on bcGravatar Kristina Chodorow2015-04-16
| | | | | | | This makes installation easier for systems that don't come with bc installed (e.g., Travis CI and Ubuntu Vivid Vervet). -- MOS_MIGRATED_REVID=91297054
* Force remove the bazel directory, as bazel-bin/src/bazel is not writableGravatar Kristina Chodorow2015-04-16
| | | | | | | | See https://travis-ci.org/google/bazel/builds/58624407. Not being able to test the deploy step is super fun. -- MOS_MIGRATED_REVID=91216335
* Upload the bootstrapped binary, not the compile.sh-generated oneGravatar Kristina Chodorow2015-04-14
| | | | | -- MOS_MIGRATED_REVID=91069761
* Run bootstrapping Bazel in TravisGravatar Kristina Chodorow2015-04-13
| | | | | -- MOS_MIGRATED_REVID=90828734
* Cosmetic CI improvementsGravatar Kristina Chodorow2015-04-13
| | | | | | | | Adds the travis status to repo's README and adds links to the README that's included with the nightly. -- MOS_MIGRATED_REVID=90818561
* Add mailing list notifications and deploy binaries in a more organized wayGravatar Kristina Chodorow2015-04-10
| | | | | -- MOS_MIGRATED_REVID=90756540
* Add debugging info for GCS deployGravatar Kristina Chodorow2015-04-09
| | | | | | | | | It's uploading src, tools, and third_party and, AFAICT, timing out. Unfortunately, I can't debug this via pull request because the deployment step doesn't run for pull requests. -- MOS_MIGRATED_REVID=90714134
* Remove unneeded directories from travis uploadGravatar Kristina Chodorow2015-04-08
| | | | | -- MOS_MIGRATED_REVID=90612223
* Remove sudo from brew installsGravatar Kristina Chodorow2015-04-06
| | | | | | | | Brew doesn't like being run as sudo: https://travis-ci.org/google/bazel/jobs/57091620 -- MOS_MIGRATED_REVID=90412367
* Upload build artifacts to S3 and build on multiple architecturesGravatar Kristina Chodorow2015-04-03
-- MOS_MIGRATED_REVID=90263687