Skip to content

Instantly share code, notes, and snippets.

@helinwang
Created March 2, 2018 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helinwang/9cfa2e6f2592894e46d0b9bac151ce46 to your computer and use it in GitHub Desktop.
Save helinwang/9cfa2e6f2592894e46d0b9bac151ce46 to your computer and use it in GitHub Desktop.
PaddlePaddle EDL .travis.yml file
matrix:
include:
- language: go
go: 1.8.x
sudo: required
install:
- go get -u github.com/golang/lint/golint
- curl https://glide.sh/get | bash
- sudo pip install pre-commit
script:
- rm -f .copyright.hook && wget https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/.copyright.hook
- bash -x .tools/check_style.sh
- glide install --strip-vendor
- go test $(glide novendor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment