Merge pull request #4131 from junaruga/feature/ci-refactoring

Refactor .travis.yml to remove duplicated env: MRUBY_CONFIG.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-10-05 22:10:51 +09:00
committed by GitHub
+1 -2
View File
@@ -15,6 +15,5 @@ addons:
- gperf
env:
MRUBY_CONFIG=travis_config.rb
env: MRUBY_CONFIG=travis_config.rb
- MRUBY_CONFIG=travis_config.rb
script: "./minirake -j4 all test"