Skip to content

Commit

Permalink
update ci commands
Browse files Browse the repository at this point in the history
  • Loading branch information
asahasrabuddhe committed Aug 6, 2019
1 parent 6ee5b89 commit c19938f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -22,11 +22,11 @@ before_script:
fi

script:
- go run build/build.go generate
- go run build/build.go vet
- go run build/build.go test
- go run build/build.go gfmrun
- go run build/build.go toc
- go run build.go generate
- go run build.go vet
- go run build.go test
- go run build.go gfmrun
- go run build.go toc

after_success:
- bash <(curl -s https://codecov.io/bash)
8 changes: 4 additions & 4 deletions appveyor.yml
Expand Up @@ -20,7 +20,7 @@ install:
- go get -v -t ./...

build_script:
- go run build/build.go generate
- go run build/build.go vet
- go run build/build.go test
- go run build/build.go gfmrun
- go run build.go generate
- go run build.go vet
- go run build.go test
- go run build.go gfmrun

0 comments on commit c19938f

Please sign in to comment.