aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-07-20Test docsh (#291)Pierre Fenoll
Once merged I'll merge #290
2018-05-03Testing odbc+wx on OTP 20.3 on a slim jessie (#271)Pierre Fenoll
* wx-20.3: seeing about kerl/kerl/issues/270 * wx-20.3: less failible test + less deps * wx-20.3: move linux tests out of TravisCI into CircleCI * wx-20.3: always use git backend (erlang.org is still down) * wx-20.3: work around fact that erlang.org is down in .travis.yml * wx-20.3: fix some things * wx-20.3: looks like skipping happens too late * Revert "wx-20.3: looks like skipping happens too late" This reverts commit e0600cefa71760e9bd74e7efc37089d5d75e764e. * wx-20.3: that should fix it * wx-20.3: run shellcheck in circle, now travis is only about osx! * wx-20.3: that did not fix it (cc @mrallen1) * wx-20.3: shellcheck stable segfaults? * wx-20.3: should fix shellcheck segfault * SC1117: Backslash is literal in "\!". Prefer explicit escaping: "\\!". Not sure about the csh one. @mcrallen1 you have a clue? * wx-20.3: SC2207: Prefer mapfile or read -a to split command output (or quote to avoid splitting). * wx-20.3: SC2154: words is referenced but not assigned. * wx-20.3: replace some double quotes with simple ones * wx-20.3: ps not found on debian9!? * wx-20.3: what now * wx-20.3: lets try a later vsn * wx-20.3: some cleaning up * wx-20.3: YAML fun * wx-20.3: wat
2018-03-14shellcheck: add a pass to CIPierre Fenoll
2017-02-19Bump timeout to 45enable-travis-cisanmiguel
Some erlang builds were taking longer than 30 to complete
2017-02-18Disable R15B03-1 for now - it errors on MacOS on Travis for some TBD reasonsanmiguel
2017-02-18Re-add wx - maybe that's the cause of failure?sanmiguel
2017-02-18:space_invader: cc @fenollpsanmiguel
2017-02-18Disable wx; enable more erlang versionssanmiguel
2017-02-18Try to activate an erlang, test that crypto works and deactivate itsanmiguel
2017-02-18Use ./kerl not kerlsanmiguel
2017-02-18Use new 'kerl path foo' command to figure out install to deletesanmiguel
2017-02-12Better way to get path to installationsanmiguel
2017-02-12Fix path to install dir when removing installationsanmiguel
This is a bit nasty, and could be improved by #185
2017-02-12it's 'delete installation' not 'delete install'...sanmiguel
2017-02-12Add more build steps to clean envsanmiguel
2017-02-12Tweak install namesanmiguel
Cut back on erlang versions in matrix while testing
2017-02-12Extend time given for build to 20minssanmiguel
https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
2017-02-12Add 18.3 to erlang versions to testsanmiguel
2017-02-12Add .travis.yml first draftsanmiguel