Explorar o código

Merge pull request #336 from Zariel/travis-gomaxprocs

set GOMAXPROCS=2 in travis
Ben Hood %!s(int64=10) %!d(string=hai) anos
pai
achega
516035faa3
Modificáronse 1 ficheiros con 6 adicións e 3 borrados
  1. 6 3
      .travis.yml

+ 6 - 3
.travis.yml

@@ -10,9 +10,12 @@ matrix:
   fast_finish: true
 
 env:
-- CASS=1.2.19
-- CASS=2.0.12
-- CASS=2.1.2
+  global:
+    - GOMAXPROCS=2
+  matrix:
+    - CASS=1.2.19
+    - CASS=2.0.12
+    - CASS=2.1.2
 
 go:
   - 1.3