Skip to content

Commit

Permalink
Use the new build env on Travis
Browse files Browse the repository at this point in the history
more ram, dedicated cpus, faster vm boot times, improved networking
  • Loading branch information
joshk committed Dec 9, 2014
1 parent 225fbed commit 9fba046
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ services:
- memcached

env:
- MEMCACHE_HOST=127.0.0.1 MEMCACHE_PORT=11211
global:
- MEMCACHE_HOST=127.0.0.1
- MEMCACHE_PORT=11211

sudo: false

php:
# Can't test against 5.2; openssl is not available:
Expand Down

0 comments on commit 9fba046

Please sign in to comment.