aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-08-28Upgrade guice to 4.2Haibo Huang
Test: m checkbuild Change-Id: I7df64e3d67f5b6c586ff444f45636cd7b2935c1f
2014-08-10Fix the compareBuilds script (compares mvn vs ant generated jars) & add it ↵Sam Berlin
to travis (before publishing snapshots). Comment out comparing the noaop builds since they're different right now, and update to asm 5.0.3 (which was a source of a difference).
2014-08-08Move utility scripts to util dir, add secure vars to CI username/pwd, update ↵Sam Berlin
POM to use canonical snapshot dir, add support for snapshot on succesful commit in Travis.
2014-07-16Add java8 to travis.Sam Berlin
2014-07-11Re-add quiet for mvn install, things look betterSam Berlin
2014-07-11Fix Travis maven build to download from centralSam Berlin
2014-07-10restore the test phase to the preparations, and skip the tests (but unquiet ↵Christian Edward Gruber
the build overall).
2014-07-10shorten (and un-quiet) the install phase in travis.Christian Edward Gruber
2014-07-09Put secure block in the right spot in .travis.yml.Sam Berlin
2014-07-09Update secure token.Sam Berlin
2014-07-09add after-success to travis.Sam Berlin
2014-07-09Update travis.yml to auto-publish javadoc & jdiff on changes, update ↵Sam Berlin
javadoc/jdiff scripts to make it work.
2014-07-09Make maven build only fail at the end, so extensions that fail won't ↵Christian Edward Gruber
short-circuit other independent extensions.
2014-07-09remove extra whitelisted branches.Christian Edward Gruber
2014-07-09Add a travis CI configuration file.Christian Edward Gruber