diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-15 23:23:50 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:20:55 +0900 |
| commit | b60809f1171a6ea961136d6cd49e84c83412ce72 (patch) | |
| tree | d0b292a2d469a77754616b8ac0ca6a89ef57593a /.travis.yml | |
| parent | 0881e3449619c4c917287d7e4bd441f9c86b18b2 (diff) | |
| download | mruby-b60809f1171a6ea961136d6cd49e84c83412ce72.tar.gz mruby-b60809f1171a6ea961136d6cd49e84c83412ce72.zip | |
Remove explicit `rake gensym`.
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 676ac27b5..74f68a5d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ env: - MRUBY_TARGET=travis script: - - rake gensym && rake -m && rake test + - rake -m && rake test |
