diff --git a/.travis.yml b/.travis.yml index cd60f90..9794fa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: c + addons: apt: packages: &common_apt_packages @@ -125,8 +126,8 @@ install: script: - make test/${MODE} - | - ./utils/auto-push.sh "https://github.com/jsmaniac/travis-os.git" \ - "git@github.com:jsmaniac/travis-os-deploy-artifacts.git" \ + ./utils/auto-push.sh "https://github.com/jsmaniac/os-test-framework.git" \ + "git@github.com:jsmaniac/os-test-framework-deploy-artifacts.git" \ "screenshots-$TRAVIS_BRANCH-$MODE" \ "deploy-base" \ "edf345aad47e" \ diff --git a/README.md b/README.md index 45ac14f..6b0d83c 100644 --- a/README.md +++ b/README.md @@ -6,24 +6,24 @@ Below are screenshots of an example operating system. This example merely displa ## QEMU (floppy disk) -![Latest screenshot of the operating system running in QEMU, booted as a floppy disk](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-qemu-system-i386-floppy/qemu-system-i386-floppy.png) +![Latest screenshot of the operating system running in QEMU, booted as a floppy disk](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-qemu-system-i386-floppy/qemu-system-i386-floppy.png) ## QEMU (CD-ROM) -![Latest screenshot of the operating system running in QEMU, booted as a CD-ROM](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-qemu-system-i386-cdrom/qemu-system-i386-cdrom.png) +![Latest screenshot of the operating system running in QEMU, booted as a CD-ROM](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-qemu-system-i386-cdrom/qemu-system-i386-cdrom.png) ## VirtualBox -![Latest screenshot of the operating system running in VirtualBox](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-virtualbox/virtualbox.png) +![Latest screenshot of the operating system running in VirtualBox](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-virtualbox/virtualbox.png) ## Bochs -![Latest screenshot of the operating system running in Bochs](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-bochs/bochs.png) +![Latest screenshot of the operating system running in Bochs](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-bochs/bochs.png) ## DOSBox (.bat) -![Latest screenshot of the operating system running in dosbox](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-dosbox/dosbox.png) +![Latest screenshot of the operating system running in dosbox](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-dosbox/dosbox.png) ## Unix graphical environment (.sh) -![Latest screenshot of the operating system running in gui-sh](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-gui-sh/gui-sh.png) +![Latest screenshot of the operating system running in gui-sh](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-gui-sh/gui-sh.png)