mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	apt-get update before downloading deps
This commit is contained in:
		| @@ -1,4 +1,3 @@ | |||||||
| sudo: false |  | ||||||
| before_install: script/travis/before_install | before_install: script/travis/before_install | ||||||
| rvm: | rvm: | ||||||
|   - 1.9.3 |   - 1.9.3 | ||||||
|   | |||||||
| @@ -5,6 +5,8 @@ set -ex | |||||||
| # Fetch all commits/refs needed to run our tests. | # Fetch all commits/refs needed to run our tests. | ||||||
| git fetch origin master:master v2.0.0:v2.0.0 test/attributes:test/attributes test/master:test/master | git fetch origin master:master v2.0.0:v2.0.0 test/attributes:test/attributes test/master:test/master | ||||||
|  |  | ||||||
|  | sudo apt-get update | ||||||
|  |  | ||||||
| script/vendor-deb libicu48 libicu-dev | script/vendor-deb libicu48 libicu-dev | ||||||
| if ruby -e 'exit RUBY_VERSION >= "2.0" && RUBY_VERSION < "2.1"'; then | if ruby -e 'exit RUBY_VERSION >= "2.0" && RUBY_VERSION < "2.1"'; then | ||||||
|   # Workaround for https://bugs.ruby-lang.org/issues/8074. We can't use this |   # Workaround for https://bugs.ruby-lang.org/issues/8074. We can't use this | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user