Skip to content

Instantly share code, notes, and snippets.

View tgamauf's full-sized avatar

Thomas Gamauf tgamauf

View GitHub Profile
travis@travis-job-d41614e3-2c9f-46d4-8d17-620bfc4bee5a:~/build/mostly-ai/mostly-engine$ travis_run_before_install
$ sudo apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:5 http://apt.postgresql.org/pub/repos/apt xenial-pgdg InRelease
Reading package lists... Done
$ sudo apt-get install -y openjdk-8-jre-headless
Reading package lists... Done
Setting environment variables from .travis.yml
$ export TESTFOLDER=tests/end_to_end
0.01s$ source ~/virtualenv/python3.6.8/bin/activate
$ python --version
Python 3.6.8
$ pip --version
pip 18.1 from /home/travis/virtualenv/python3.6.8/lib/python3.6/site-packages/pip (python 3.6)
before_install.1
2.41s$ sudo -H apt-get update
Hit:1 http://apt.postgresql.org/pub/repos/apt xenial-pgdg InRelease
3.6.8 is not installed; attempting download
Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-3.6.8.tar.bz2
0.57s$ curl -sSf -o python-3.6.8.tar.bz2 ${archive_url}
12.30s$ sudo tar xjf python-3.6.8.tar.bz2 --directory /
ssh_key
Installing SSH key from: default repository key
Key fingerprint: 5f:a6:70:60:44:83:4a:db:a7:5c:ed:95:c6:31:c1:06
Using /home/travis/.netrc to clone repository.
git.checkout
1.41s$ git clone --depth=50 https://github.com/mostly-ai/mostly-engine.git mostly-ai/mostly-engine