mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Suggest using Travis CI's docker image for Linux
Instead of providing a script to install the Travis bits LOOT needs on top of Ubuntu 12.04, point towards using the Docker image that Travis provides.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
# This script prepares a fresh install of Ubuntu Server 12.04 so that the steps
|
||||
# in .travis.yml can then be run.
|
||||
|
||||
sudo rm -rf /var/lib/apt/lists/*
|
||||
sudo apt-get update
|
||||
|
||||
sudo apt-get install -y python-software-properties git build-essential libcurl4-openssl-dev
|
||||
|
||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 68576280
|
||||
sudo apt-add-repository -y 'deb https://deb.nodesource.com/node_4.x precise main'
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nodejs
|
||||
Reference in New Issue
Block a user