Skip to content

Commit 942caf5

Browse files
committed
travis mongo is 2.6.8 now
1 parent 4ab0e82 commit 942caf5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/cloudflare/10xx-errors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
margin: 80px auto 0;
2525
padding-top: 110px;
2626
}
27-
27+
2828
H1,H2,
2929
.cferror_title {
3030
margin: 20px 0;

assets/cloudflare/urls.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
https://learn.javascript.ru/cloudflare/basic-security.html
22
https://learn.javascript.ru/cloudflare/advanced-security.html
33
https://learn.javascript.ru/cloudflare/country-challenge.html
4-
https://learn.javascript.ru/cloudflare/ip-or-ip-range-block.htm
4+
https://learn.javascript.ru/cloudflare/ip-or-ip-range-block.html
55
https://learn.javascript.ru/cloudflare/im-under-attack-mode.html
66
https://learn.javascript.ru/cloudflare/5xx-errors.html
77
https://learn.javascript.ru/cloudflare/10xx-errors.html

scripts/travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ sudo apt-get install nginx
104104
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
105105
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
106106
sudo apt-get update
107-
sudo apt-get install -y mongodb-org
107+
sudo apt-get install -y mongodb-org=2.6.8 mongodb-org-server=2.6.8 mongodb-org-shell=2.6.8 mongodb-org-mongos=2.6.8 mongodb-org-tools=2.6.8
108108
sudo /etc/init.d/mongodb restart
109109

110110
npm install

0 commit comments

Comments
 (0)