From 3461a5113e5b131dfa7514308559f7e0f025e5a5 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 1 Sep 2014 02:23:56 -0700 Subject: Enable more Travis configurations. --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e1160e5..e366254 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ -install: - - sudo apt-get update -qq - - sudo apt-get install protobuf-compiler libprotobuf-dev -script: make test +install: ./travis.sh install +script: ./travis.sh script +env: + - UPB_TRAVIS_BUILD=bare + - UPB_TRAVIS_BUILD=barejit + - UPB_TRAVIS_BUILD=withprotobuf -- cgit v1.2.3