diff --git a/.travis.yml b/.travis.yml index f366800ca..2c200e15c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: go +script: ./test.sh + branches: only: master @@ -13,4 +15,3 @@ notifications: on_success: change on_failure: always -