diff --git a/.travis.yml b/.travis.yml index 3272544c..f999b983 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ jobs: - make fmt - if [[ $(git diff --stat) != '' ]]; then echo 'Invalid formatting!' >&2; exit 1; fi - stage: compile + go: stable script: - make generate - make compile @@ -61,5 +62,6 @@ jobs: after_script: - killall google-chrome-stable - stage: bench + go: stable script: - make bench