diff options
| author | Jun Aruga <[email protected]> | 2018-10-05 14:15:33 +0200 |
|---|---|---|
| committer | Jun Aruga <[email protected]> | 2018-10-05 14:15:33 +0200 |
| commit | f38e6c63e9bed2aea5dffcf058fca13f7917365b (patch) | |
| tree | 8d25a925ca6889948d3875d85f1407a4a1143f94 | |
| parent | 8392578216548c01713319df199c7344e056ba24 (diff) | |
| download | mruby-f38e6c63e9bed2aea5dffcf058fca13f7917365b.tar.gz mruby-f38e6c63e9bed2aea5dffcf058fca13f7917365b.zip | |
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" |
