We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115cb0f commit 9b5dbb6Copy full SHA for 9b5dbb6
1 file changed
.travis.yml
@@ -17,6 +17,7 @@ before_install:
17
export LINKXX="g++-4.8";
18
fi
19
- 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
21
- bundle
22
rvm:
23
- 2.2.2
0 commit comments