diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-21 07:46:19 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-21 07:46:19 +0900 |
| commit | 605035bc4261f25063ecf77765b9f844b6e98357 (patch) | |
| tree | ea467bb6d47381ca47eb10dbdf5d0af8905dcea6 /.travis.yml | |
| parent | 41cbd48388a86fe9d58ff3cb245e26c7ffb14201 (diff) | |
| download | mruby-605035bc4261f25063ecf77765b9f844b6e98357.tar.gz mruby-605035bc4261f25063ecf77765b9f844b6e98357.zip | |
remove gperf installation that is not needed if src/lex.def is properly updated; cancel #1037
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 101696717..109013b10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,3 @@ # no installation... -install: - - sudo apt-get -q install gperf - script: "./minirake all test" |
