diff options
| author | KOBAYASHI Shuji <[email protected]> | 2020-12-16 21:56:32 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2020-12-16 21:56:32 +0900 |
| commit | d432688d9ff000fbe69e5ec8899fab340a7859a2 (patch) | |
| tree | 8f2c3cc719523452906a0e636d42e0730b6c69ee /.travis.yml | |
| parent | 1b7197622f770ce4ae3f3f2aaae1ea427ff3b902 (diff) | |
| download | mruby-d432688d9ff000fbe69e5ec8899fab340a7859a2.tar.gz mruby-d432688d9ff000fbe69e5ec8899fab340a7859a2.zip | |
Rename build configuration files for CI
Currently, there are build configuration files for CI, `travis.rb` and
`appveyor.rb`, but they are used for GCC/Clang and MSVC, not for Travis CI
and Appveyor, respectively.
Therefore, rename them to `gcc-clang.rb` and `msvc.rb`, respectively, and
move them under `build_config/ci/` to clarify that they are for CI.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7da3d40a9..f3ed6a73e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ jobs: - export PATH="/usr/local/opt/bison/bin:$PATH" env: - - MRUBY_CONFIG=travis + - MRUBY_CONFIG=ci/gcc-clang script: - rake gensym && rake -m && rake test |
