You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ve...@apache.org on 2015/12/02 07:48:08 UTC

drill git commit: DRILL-4111: turn tests off in travis as they don't work there

Repository: drill
Updated Branches:
  refs/heads/master 0a3613e7e -> 65d96859e


DRILL-4111: turn tests off in travis as they don't work there

this closes #267


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/65d96859
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/65d96859
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/65d96859

Branch: refs/heads/master
Commit: 65d96859e3ab896735843224c95527b388690887
Parents: 0a3613e
Author: Julien Le Dem <ju...@dremio.com>
Authored: Sun Nov 22 21:53:36 2015 -0800
Committer: vkorukanti <ve...@gmail.com>
Committed: Tue Dec 1 22:43:40 2015 -0800

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/65d96859/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b773296..4032aab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,5 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+sudo: false
 before_install: git fetch --unshallow
 language: java
+install: mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true -Dsource.skip=true > mvn_install.log || (cat mvn_install.log && false)
+script: mvn package -DskipTests=true