From 93940ced3a712f20c7a126f629e018bfced298c2 Mon Sep 17 00:00:00 2001 From: Kristina Lim Date: Fri, 16 Nov 2018 14:47:26 +0800 Subject: [PATCH] Remove outdated comment recommending knapsack We are already using this. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 952e999999..dcb097a3e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,6 @@ addons: # Set the timezone for phantomjs with TZ # Set the timezone for karma with TIMEZONE -# -# The test cases are roughly split according to their test times. -# It would be better to use https://github.com/ArturT/knapsack. env: global: - TZ="Australia/Melbourne"