From 8d4c750de6752ed1c2112c8102eea353e82b276d Mon Sep 17 00:00:00 2001 From: Brian Telnes Date: Fri, 30 Jun 2017 14:52:06 -0700 Subject: [PATCH] Try to use container image from DockerHub --- .travis.yml | 9 +++++++-- scripts/{travis-test.sh => travis-tests.sh} | 0 2 files changed, 7 insertions(+), 2 deletions(-) rename scripts/{travis-test.sh => travis-tests.sh} (100%) diff --git a/.travis.yml b/.travis.yml index e1c80b1..d4cbb8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/scripts/travis-test.sh b/scripts/travis-tests.sh similarity index 100% rename from scripts/travis-test.sh rename to scripts/travis-tests.sh