diff options
author | Joseph Smith <joseph@opscode.com> | 2013-06-17 15:38:39 -0700 |
---|---|---|
committer | Joseph Smith <joseph@opscode.com> | 2013-06-17 15:38:39 -0700 |
commit | 0f2d2ac3f13ed5e607160ecc4a14973987070e54 (patch) | |
tree | c28319c50731240793d44eda159c4c2fff5c2f22 | |
parent | 51dbb8f453c4836eb68880026dbbf1a0416ad780 (diff) | |
download | chef-0f2d2ac3f13ed5e607160ecc4a14973987070e54.tar.gz |
travis on 10: appropriate gecode package name
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 195f48024b..5c9326c20e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ before_script: cd chef -before_install: sudo apt-get install -qq gecode +before_install: sudo apt-get install -qq libgecode-dev gemfile: chef/Gemfile rvm: |