From 1fe3bf8298cce4459c3208650930812bc4a0698a Mon Sep 17 00:00:00 2001 From: Islam AbdelRahman Date: Thu, 30 Jun 2016 14:34:50 -0700 Subject: [PATCH] Re-enable linux on travis Summary: Travis clang issue on linux is fixed now, re-enable linux on travis Test Plan: https://travis-ci.org/facebook/rocksdb/builds/141098948 Reviewers: yiwu, sdong, yhchiang, andrewkr Reviewed By: andrewkr Subscribers: andrewkr, dhruba Differential Revision: https://reviews.facebook.net/D60189 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e2540597..85eb6bfa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: cpp os: -# - linux + - linux - osx compiler: - clang