summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-01-17 11:41:59 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-01-17 15:46:09 +0100
commit9a4d759a3c202934360446903ace4762da8cd35c (patch)
tree94200a95e269ac9f577602be61fe8ce4279a8734
parent8df4f20e3f54329ebba6c5b7a5115bfe9e882935 (diff)
downloadmullvadvpn-9a4d759a3c202934360446903ace4762da8cd35c.tar.xz
mullvadvpn-9a4d759a3c202934360446903ace4762da8cd35c.zip
Remove "TODO" from comments that are already done
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e91e434080..fd93260203 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,11 +3,11 @@
environment:
global:
- # TODO This is the Rust channel that build jobs will use by default but can be
+ # This is the Rust channel that build jobs will use by default but can be
# overridden on a case by case basis down below
RUST_VERSION: stable
- # TODO These are all the build jobs. Adjust as necessary. Comment out what you
+ # These are all the build jobs. Adjust as necessary. Comment out what you
# don't need
matrix:
# MinGW
@@ -45,7 +45,7 @@ install:
- rustc -Vv
- cargo -V
-# TODO This is the "test phase", tweak it as you see fit
+# This is the "test phase", tweak it as you see fit
test_script:
# we don't run the "test phase" when doing deploys
- if [%APPVEYOR_REPO_TAG%]==[false] (