mirror of
				https://github.com/bspeice/qadapt
				synced 2025-10-31 09:30:37 -04:00 
			
		
		
		
	Move the rustfmt install
This commit is contained in:
		| @ -40,13 +40,13 @@ before_install: | ||||
|  | ||||
| install: | ||||
|   - source ~/.cargo/env || true | ||||
|  | ||||
| script: | ||||
|   - if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then | ||||
|   - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then | ||||
|       rustup component add rustfmt-preview | ||||
|     else | ||||
|       rustup component add rustfmt | ||||
|     fi | ||||
|  | ||||
| script: | ||||
|   - cargo fmt --all -- --check | ||||
|   - | | ||||
|     if [ -z "$TRAVIS_TAG" ]; then | ||||
|  | ||||
		Reference in New Issue
	
	Block a user