Fix travis so that if "configure" fails, it doesn't try to run make

This commit is contained in:
Adam Eijdenberg 2019-06-03 17:47:51 +10:00
parent b05eb71adf
commit e7d29590cd

View File

@ -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