Skip to content

Commit 30f4a23

Browse files
Michael Feromikefero
authored andcommitted
test: Updating TravisCI to use full virtualization
* This will allow for more memory than the docker containers allow
1 parent fd316bb commit 30f4a23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: php
2-
sudo: false
2+
dist: trusty
3+
sudo: true
34
addons:
45
apt:
56
packages:
@@ -24,7 +25,7 @@ env:
2425
# Indicate the cached dependencies directory
2526
- CACHED_DEPENDENCIES_DIRECTORY=${HOME}/dependencies
2627
# Add libuv source build for container based TravisCI
27-
- LIBUV_VERSION=1.13.1
28+
- LIBUV_VERSION=1.14.1
2829
- LIBUV_ROOT_DIR=${CACHED_DEPENDENCIES_DIRECTORY}/libuv/${LIBUV_VERSION}
2930
- PHP_DRIVER_BUILD_DIRECTORY=/tmp/php-driver/build
3031
- CPP_DRIVER_SOURCE_DIRECTORY=${TRAVIS_BUILD_DIR}/lib/cpp-driver

0 commit comments

Comments
 (0)