From 265a82427e7eca117cd97f7e1edf29ad024f7c00 Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Mon, 28 Mar 2016 13:25:44 -0700 Subject: [PATCH] add DefaultL2Config and DualCoreConfig to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5279432a..9401fbdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,9 @@ addons: env: matrix: - CONFIG=DefaultConfig + - CONFIG=DefaultL2Config - CONFIG=RoccExampleConfig + - CONFIG=DualCoreConfig - CONFIG=MemtestConfig - CONFIG=MemtestL2Config - CONFIG=BroadcastRegressionTestConfig