summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-14 04:40:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-14 04:40:32 +0000
commita53cb1a05d9b291347362611a76058eb564e5ff8 (patch)
treef799e3b8f051c66b0d2e3fe49b9bc331bd8a80ff /.travis.yml
parentbbe047d4c7ae008d8c5bbf7df84c5c31dc810b8c (diff)
update config files
* .travis.yml (before_script): update config files. * common.mk ($(srcdir)/tool/config.{guess,sub}): use get-config_files. * tool/config_files.rb: split get-config_files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 475aa159a4..51987ab91d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,6 +38,7 @@ install: "sudo apt-get -qq build-dep ruby1.9.1 2>/dev/null"
# like test-all, test-rubyspec. This is because they take too much time,
# enough for Travis to shut down the VM as being stalled.
before_script:
+ - "make -f common.mk BASERUBY=ruby srcdir=. update-config_files"
- "autoconf"
- "./configure --with-gcc=$CC"
- "make -sj encs"