aboutsummaryrefslogtreecommitdiff
path: root/etc/ci/travis.sh
Commit message (Collapse)AuthorAge
* Die early if we can't create the archiveGravatar Jason Gross2018-03-22
| | | | This would have caught the issue fixed by the previous commit much earlier.
* Update travis caching scriptGravatar Jason Gross2018-03-22
| | | | We no longer have a Bedrock directory; we instead have a bbv directory
* Fix an issue where travis was not building quite the right targetsGravatar Jason Gross2018-02-12
|
* Attempt to build travis in stagesGravatar Jason Gross2018-01-16
Hopefully this will lead to overall faster builds Also: - try to allow failures - Version-specific vo caches - Make archives stage-specific This way, if multiple branches are running stages at the same time, they don't have as much a chance of clobbering each others builds.