aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 63e70d77ff..154c2ff16d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,10 +57,9 @@ before_script:
- "make reconfig"
- "cp -pr config.status .ext/include config_2nd"
- "diff -ru config_1st config_2nd || true"
- - "make update-unicode"
- - "make update-rubyspec"
- "make -s $JOBS encs"
- "make -s $JOBS exts"
+ - "make update-rubyspec"
script:
- "make test"
- "make test-all TESTS='-q -j2'"