Move to master branch
diff --git a/.travis.yml b/.travis.yml
index e34b284..f58a60e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,4 +39,4 @@
     on_success: never
 branches:
   only:
-    - autotest
+    - master
diff --git a/appveyor.yml b/appveyor.yml
index 1412f90..c2d28e4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,4 +29,4 @@
 
 branches:
   only:
-    - autotest
+    - master
diff --git a/ci/Vagrantfile b/ci/Vagrantfile
index caa11a8..70cfcf3 100644
--- a/ci/Vagrantfile
+++ b/ci/Vagrantfile
@@ -4,7 +4,7 @@
 # Travis, but it didn't work out. Regardless this has stuck around! You can run
 # tests in FreeBSD via:
 #
-#     git clone https://github.com/alexcrichton/libc --branch autotest
+#     git clone https://github.com/alexcrichton/libc
 #     cd libc/ci
 #     vagrant up freebsd
 #     vagrant ssh freebsd