update .travis.yml
This commit is contained in:
		
							parent
							
								
									5b5e414359
								
							
						
					
					
						commit
						d7e0c8f6da
					
				| @ -3,15 +3,11 @@ branches: | |||||||
|   only: |   only: | ||||||
|     - master |     - master | ||||||
| before_script: | before_script: | ||||||
|   - go get -u gotest.tools/assert |   - env GO111MODULE=on go mod download | ||||||
|   - go get -u golang.org/x/tools/cmd/goyacc |  | ||||||
|   - go get -u github.com/pkg/profile |  | ||||||
|   - go get -u github.com/cznic/golex/lex |  | ||||||
|   - go get -u github.com/yookoala/realpath |  | ||||||
|   - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter |   - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter | ||||||
|   - chmod +x ./cc-test-reporter |   - chmod +x ./cc-test-reporter | ||||||
|   - ./cc-test-reporter before-build |   - ./cc-test-reporter before-build | ||||||
| script: | script: | ||||||
|   - go test -coverprofile c.out ./... |   - env GO111MODULE=on go test -coverprofile c.out ./... | ||||||
| after_script: | after_script: | ||||||
|   - ./cc-test-reporter after-build --coverage-input-type gocov --exit-code $TRAVIS_TEST_RESULT |   - ./cc-test-reporter after-build --coverage-input-type gocov --exit-code $TRAVIS_TEST_RESULT | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user