Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-02-19 12:27:33 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-02-19 12:53:50 +0300
commitfe1b8913ac3cd86d03a23fd58173c589280c47d9 (patch)
tree061d48e1390b55a47475540f6ff7cf132037b2ec /.travis.yml
parent79067a6440ba833fe290a2b386b0588ceb3610c7 (diff)
Travis CI: switch to the Trusty image.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b57eb6c260..f87759abda 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
-sudo: false
+sudo: required
+dist: trusty
language: node_js
git:
depth: 10