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 @@