Skip to content

Commit 9b5dbb6

Browse files
committed
Fix travis
1 parent 115cb0f commit 9b5dbb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ before_install:
1717
export LINKXX="g++-4.8";
1818
fi
1919
- git clone --recursive https://github.com/google/woff2.git && cd woff2 && make clean all && sudo mv woff2_compress /usr/local/bin/ && sudo mv woff2_decompress /usr/local/bin/
20+
- gem install bundle # https://github.com/travis-ci/travis-ci/issues/5239
2021
- bundle
2122
rvm:
2223
- 2.2.2

0 commit comments

Comments
 (0)