https://github.com/mithro/travis-trusty
Tools for testing running a Ubuntu 14.04 (trusty) chroot on Travis.
https://github.com/mithro/travis-trusty
Last synced: about 1 year ago
JSON representation
Tools for testing running a Ubuntu 14.04 (trusty) chroot on Travis.
- Host: GitHub
- URL: https://github.com/mithro/travis-trusty
- Owner: mithro
- License: apache-2.0
- Created: 2014-11-06T22:47:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T17:18:05.000Z (almost 11 years ago)
- Last Synced: 2025-03-18T05:54:55.500Z (about 1 year ago)
- Language: Shell
- Size: 402 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
travis-trusty
=============
Tools for testing running a Ubuntu 14.04 (trusty) chroot on Travis.
Steps
=============
* We use docker to generate a "tar.gz" chroot for travis (using docker-squash
to get a single image).
* We upload the "tar.gz" to cloud storage.
* We download the "tar.gz" from cloud storage.