You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2026-05-22 10:15:21 +02:00
Fix travis so that if "configure" fails, it doesn't try to run make
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user