diff --git a/.travis.yml b/.travis.yml index c5cdc33a..ac0f582a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,7 @@ install: - chmod +x dep - mv dep $GOPATH/bin/dep script: - - ./configure - # Run tests - - make test + - ./configure && make test sudo: false notifications: email: false