diff options
| author | Jonathan Tron <[email protected]> | 2015-07-29 12:55:41 +0200 |
|---|---|---|
| committer | Jonathan Tron <[email protected]> | 2015-07-29 12:55:41 +0200 |
| commit | 16bd248b9f7e7ee442e0ab247a7aa9e4d3646e4e (patch) | |
| tree | bcdd5904de769d5036b40062595687d047681bc8 | |
| parent | 77c71e4f3705a05c0876170470bdce3b67a26c3e (diff) | |
| download | caxlsx-16bd248b9f7e7ee442e0ab247a7aa9e4d3646e4e.tar.gz caxlsx-16bd248b9f7e7ee442e0ab247a7aa9e4d3646e4e.zip | |
Try dropping uneeded nokogiri install step
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 25d2b8e9..f9c85788 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,3 @@ matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head -before_install: - - gem install nokogiri -- --with-cflags='--std=gnu99' |
