summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml2
-rw-r--r--ci/Vagrantfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e34b284cd9..f58a60e4e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,4 +39,4 @@ notifications:
on_success: never
branches:
only:
- - autotest
+ - master
diff --git a/appveyor.yml b/appveyor.yml
index 1412f909cd..c2d28e4445 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,4 +29,4 @@ test_script:
branches:
only:
- - autotest
+ - master
diff --git a/ci/Vagrantfile b/ci/Vagrantfile
index caa11a85d2..70cfcf3284 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