diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-06-06 23:55:02 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-06-06 23:55:02 +0900 |
| commit | 36c56a90776898aa4808f476ceeb6aff3fec9415 (patch) | |
| tree | 7465776ebe2395f3dab187d6e22f00f25fa9db6a | |
| parent | 33b81f2ad7537b8373487b65a3dd7dd6a55be743 (diff) | |
| download | mruby-36c56a90776898aa4808f476ceeb6aff3fec9415.tar.gz mruby-36c56a90776898aa4808f476ceeb6aff3fec9415.zip | |
install gperf to prevent accidental compile error
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 48da43be4..b00a5db7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ # no installation... +install: + - sudo apt-get -q install gperf + env: MRUBY_CONFIG=travis_config.rb script: "./minirake all test" |
