From b76cf3108807f7ea1822556cedb9a226d5af8db1 Mon Sep 17 00:00:00 2001 From: Gulshan Singh Date: Tue, 10 May 2016 19:43:38 -0700 Subject: [PATCH] Use language: generic for travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd652c78..242e1b09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ -language: php -php: - - hhvm +# We use language generic because that's the only thing that's supported for the +# trusty distro +language: generic sudo: required dist: trusty install: ./extra/provision.sh dev $TRAVIS_BUILD_DIR $TRAVIS_BUILD_DIR