aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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"