Try to use container image from DockerHub

This commit is contained in:
Brian Telnes 2017-06-30 14:52:06 -07:00
Родитель 974d130ff5
Коммит 8d4c750de6
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,5 @@
# Explicitly select the default infrastructure
sudo: required
language: python
python:
@ -10,6 +10,11 @@ services:
branches:
only:
# - master
# - oxa/master.fic
# - oxa/devfic
# Testing CI Branch
- oxa/ci
- btelnes
# command to install dependencies
@ -26,6 +31,6 @@ before_install:
- sudo mkdir -p /tmp/cgroup/systemd && sudo mount -t cgroup systemd /tmp/cgroup/systemd -o ro,noexec,nosuid,nodev,none,name=systemd
# command to run tests
script: ./scripts/travis-test.sh
script: ./scripts/travis-tests.sh
dist: trusty

Просмотреть файл