Upgraded to bazel 0.6.1
Enable cpu environments so we can drop the NO_BUILD_* files!!!
Change-Id: I904612c5dcc1a1cd285e160c0836b7249ab5ce72
diff --git a/tools/ci/run-tests.sh b/tools/ci/run-tests.sh
index 4de8e30..98762e7 100755
--- a/tools/ci/run-tests.sh
+++ b/tools/ci/run-tests.sh
@@ -1,5 +1,5 @@
#!/bin/sh
set -e
-bazel --batch test -c opt --curses=no --color=no --jobs=1 //... -- $(cat NO_BUILD_AMD64)
-bazel --batch build -c opt --curses=no --color=no --jobs=1 //... --cpu=roborio -- $(cat NO_BUILD_ROBORIO)
+bazel --batch test -c opt --curses=no --color=no --jobs=1 //...
+bazel --batch build -c opt --curses=no --color=no --jobs=1 //... --cpu=roborio