From 605035bc4261f25063ecf77765b9f844b6e98357 Mon Sep 17 00:00:00 2001 From: Yukihiro Matz Matsumoto Date: Thu, 21 Mar 2013 07:46:19 +0900 Subject: remove gperf installation that is not needed if src/lex.def is properly updated; cancel #1037 --- .travis.yml | 3 --- 1 file changed, 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" -- cgit v1.2.3