aboutsummaryrefslogtreecommitdiffstats
path: root/travis_build.sh
AgeCommit message (Collapse)Author
2013-12-11chore(scripts): refactor travis scriptsVojta Jina
Refactoring so that it's easier to use both SL/BS just depending on a global switch.
2013-12-11chore(travis): run two jobsVojta Jina
Instead of parallelization on a single Travis VM, we use two VMs. - output is nicer (we don't have to buffer e2e tests and then show it at the end) - you can easily see faster the result of unit tests (as it's basically a separate build) We should also make sure we only do the necesary stuff (for install we don't need to do `grunt package` for unit tests, we only need to generate the docs for e2e tests.
2013-12-03chore(travis): add IE 11 (SL) to the buildVojta Jina
2013-12-03chore(travis): disable IE11Vojta Jina
For some reason it's broken on SL.
2013-12-03chore(travis): switch back to SauceLabsVojta Jina
I think we are pretty close to be able to use both. The xhr-polling seems to be pretty stable, but I'm having problems with multiple SSH tunnels (on BS), so let's try to switch back to SL.
2013-11-25chore(travis): let's give BrowserStack a tryVojta Jina
Switch the build to use BrowserStack instead of SauceLabs. This also adds IE11 to our build.
2013-10-08chore(travis): enable Firefox againVojta Jina
This updates karma-sauce-launcher plugin, which fixes the issue we were having (it uses the latest version of wd). This reverts 1c18c93be138c59b5c1b73cae99cc52383272146
2013-10-04chore(travis): temporarily disable FirefoxVojta Jina
I can't get it allocated on SauceLabs and so this is failing all the builds, making our Travis build useless. I contacted folks from SL. Once we figure it out, I will revert this change.
2013-08-28chore(travis): clean up the build outputVojta Jina
2013-08-23chore: run more browsers on Travis (IE8,IE9,IE10,Safari,FF)Vojta Jina
Also instead of running everything in parallel, there are only two parallel tasks: - e2e tests running in the background (only on Chrome) - all the unit tests running sequentially
2013-08-14chore(travis): cleanup travis_build.shVojta Jina
2013-07-31chore(travis): print grunt exit code for debuggingIgor Minar
2013-07-30chore(bower): write grunt task for running bowerKen Sheedlo