Fix travis so that if "configure" fails, it doesn't try to run make
This commit is contained in:
parent
b05eb71adf
commit
e7d29590cd
@ -8,9 +8,7 @@ install:
|
|||||||
- chmod +x dep
|
- chmod +x dep
|
||||||
- mv dep $GOPATH/bin/dep
|
- mv dep $GOPATH/bin/dep
|
||||||
script:
|
script:
|
||||||
- ./configure
|
- ./configure && make test
|
||||||
# Run tests
|
|
||||||
- make test
|
|
||||||
sudo: false
|
sudo: false
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user