diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-10-05 22:10:51 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-05 22:10:51 +0900 |
| commit | a690aef8d3219e3123822e741e2bb7c97220425c (patch) | |
| tree | 8d25a925ca6889948d3875d85f1407a4a1143f94 | |
| parent | 8392578216548c01713319df199c7344e056ba24 (diff) | |
| parent | f38e6c63e9bed2aea5dffcf058fca13f7917365b (diff) | |
| download | mruby-a690aef8d3219e3123822e741e2bb7c97220425c.tar.gz mruby-a690aef8d3219e3123822e741e2bb7c97220425c.zip | |
Merge pull request #4131 from junaruga/feature/ci-refactoring
Refactor .travis.yml to remove duplicated env: MRUBY_CONFIG.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d8c22c046..9ef7009a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |
