summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-03-21 07:46:19 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-03-21 07:46:19 +0900
commit605035bc4261f25063ecf77765b9f844b6e98357 (patch)
treeea467bb6d47381ca47eb10dbdf5d0af8905dcea6
parent41cbd48388a86fe9d58ff3cb245e26c7ffb14201 (diff)
downloadmruby-605035bc4261f25063ecf77765b9f844b6e98357.tar.gz
mruby-605035bc4261f25063ecf77765b9f844b6e98357.zip
remove gperf installation that is not needed if src/lex.def is properly updated; cancel #1037
-rw-r--r--.travis.yml3
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"