Commit Graph

11 Commits

Author SHA1 Message Date
Andrew David Wong e953b4659b
Update rvm to 2.5 in .travis.yml 2019-12-09 00:01:35 -06:00
Marek Marczykowski-Górecki 89eed254f7
autoupdate: _doc
_doc:

    0436f03 travis: update ruby version
2018-03-18 23:35:47 +01:00
Jean-Philippe Ouellet 43aac62f95
travis: Install dependencies for spell checking
We do this by specifying the dependencies in .travis.yml using the
"apt addon" instead of using sudo apt-get in the script so that we can
run in a travis container without `sudo: true`.
2017-07-24 13:37:26 -04:00
Marek Marczykowski-Górecki f77b42cf1a
travis: use separate working directory for main repo too
Do not start from what travis have downloaded, because in case of PR we
expect to build the old version first (but travis have downloaded new
one already).

Fixes QubesOS/qubes-issues#2935
2017-07-23 15:02:35 +02:00
Marek Marczykowski-Górecki 69d01c1825
travis: refactor .travis.yml to a script for reuse in submodules
QubesOS/qubes-issues#2725

Squashed commit of the following:

commit 74818783d78349262bc6303330e1d048c97b5752
Author: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Date:   Sat May 6 03:32:51 2017 +0200

    travis: use trusty image

commit 098c16a15ebc83d2dd7536b9e527de7a50a31da1
Author: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Date:   Sat May 6 01:56:26 2017 +0200

    travis: run test on PR, not base version

    Also, always use what travis have fetched, instead of what submodule
    point at. This allow testing pushes to submodules before updating main
    repository (alternative branches etc).

commit df6d29444ae35d5fcef483e826e18674b8fa02c6
Author: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Date:   Sat May 6 01:55:08 2017 +0200

    travis: use Travis-downloaded sources for test

commit 9c2a2703a0c6daf848e687ce899499f2e1d667d9
Merge: 480ece1 0919f67
Author: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Date:   Sat May 6 01:43:46 2017 +0200

    Merge remote-tracking branch 'jpo-bot/travis' into travis

commit 0919f674153a8cd91de79e80ce638c44565e7061
Author: Jean-Philippe Ouellet <jpo@vt.edu>
Date:   Tue Apr 18 16:19:16 2017 -0400

    Fix / escaping in repo url

commit b0a38220945cd4d9507fd82f2193942fbca07d7d
Author: Jean-Philippe Ouellet <jpo@vt.edu>
Date:   Tue Apr 18 16:08:43 2017 -0400

    Travis actually works for qubes-doc now

commit 6e60d8f2843649c8dc4d091b283621f61af759c9
Author: Jean-Philippe Ouellet <jpo@vt.edu>
Date:   Tue Apr 18 03:57:19 2017 -0400

    More travis fixes

commit 6547e55c74ad3e9e4e4c1633070f0a62a2c4c5d1
Author: Jean-Philippe Ouellet <jpo@vt.edu>
Date:   Tue Apr 18 03:50:30 2017 -0400

    Travis fixes

commit bc3dda9e439cc1fdecdedec6d135d82cf7737874
Author: Jean-Philippe Ouellet <jpo@vt.edu>
Date:   Tue Apr 18 03:39:38 2017 -0400

    More travis improvements

commit b41033331e58589e7e3b576906e43bc07ad7645d
Author: Jean-Philippe Ouellet <jpo@vt.edu>
Date:   Tue Apr 18 02:40:44 2017 -0400

    Remove -z :(

commit 6a9c0350629d23a5339abde9627bf204ddcaeb7a
Author: Jean-Philippe Ouellet <jpo@vt.edu>
Date:   Tue Apr 18 02:33:29 2017 -0400

    Only match repo name, not owner

commit b6ddfdf3197bf1a5650e087d48ef18906e81bc3f
Author: Jean-Philippe Ouellet <jpo@vt.edu>
Date:   Tue Apr 18 02:27:07 2017 -0400

    Remove unportable -z

commit 119317935dae2ffece6f3daf1654fb71f4f4a1d9
Author: Jean-Philippe Ouellet <jpo@vt.edu>
Date:   Tue Apr 18 02:15:03 2017 -0400

    Various travis improvements

commit fe22ca07b0a1fd8e87c114051ed5868a9344da4f
Author: Jean-Philippe Ouellet <jpo@vt.edu>
Date:   Tue Apr 18 02:14:37 2017 -0400

    Trace everything in travis script

commit 243fbe241cd70195c9adb52121658303a69ca421
Author: Jean-Philippe Ouellet <jpo@vt.edu>
Date:   Mon Apr 17 23:47:09 2017 -0400

    Move travis tasks into script

    so we can clone & call it from travis hooks in other repos.
2017-05-06 04:06:48 +02:00
Jean-Philippe Ouellet 79ba058840
Un-ignore now-fixed links 2017-04-17 19:39:44 -04:00
Andrew David Wong e5a285b00f
Create Travis email notifications; add self as recipient 2016-11-11 16:34:02 -08:00
Andrew David Wong 05dd003092
Update Travis url-ignore list 2016-10-27 15:36:45 -07:00
Andrew David Wong 1690ba56fc
Exclude /video-tours/ from Travis check 2016-10-16 19:44:24 -07:00
Marek Marczykowski-Górecki 42d4587de8
travis: ignore some errors
Don't check for:
 - alt attributes on images
 - tour page (links generated dynamically)
 - /qubes-issues/
 - torrent link hack on downloads page
2016-09-25 01:30:33 +02:00
Marek Marczykowski-Górecki 195a92f64d
Add basic .travis.yml 2016-09-25 01:30:32 +02:00