Skip to content

Commit c339d9b

Browse files
Narrow Travis config to only verify commits
The free tier of Travis CI only allows for a couple of cores and 3GB of RAM, which is not enough to compile the Golang binaries for the product in less than thirty minutes. As we use Travis CI for quick responses to pull requests, building the client and server is no longer viable. Signed-off-by: Steve Kuznetsov <[email protected]>
1 parent 09ea247 commit c339d9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ install:
88
- make install-travis
99

1010
script:
11-
- PROTO_OPTIONAL=1 make verify
1211
- make verify-commits
1312

1413
notifications:

0 commit comments

Comments
 (0)