From 4eae1eb44776d17d9925d77e9db20d0ca3a56f14 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 12 Aug 2015 11:46:34 -0700 Subject: [PATCH] Try setting the hostname again and see if that fails --- .travis.yml | 8 +++++--- tests/acceptance/_bootstrap.php | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f8bc08492..4af3a35edc 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ -# We don't use sudo here, so we can use travis' upgraded container infrastructure +addons: + hosts: + - snipe-it.dev sudo: required # addons: @@ -10,8 +12,8 @@ language: php # list any PHP version you want to test against php: - # - 5.4 - # - 5.5 + - 5.4 + - 5.5 - 5.6 # optionally specify a list of environments, for example to test different RDBMS diff --git a/tests/acceptance/_bootstrap.php b/tests/acceptance/_bootstrap.php index 8a88555806..bfc3508b59 100644 --- a/tests/acceptance/_bootstrap.php +++ b/tests/acceptance/_bootstrap.php @@ -1,2 +1,3 @@