Prechádzať zdrojové kódy

Add comment on why it is necessary

Willem van Bergen 11 rokov pred
rodič
commit
dd6cfcfe2f
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -12,7 +12,7 @@ before_install:
 - vagrant/install_cluster.sh
 - vagrant/install_cluster.sh
 - vagrant/boot_cluster.sh
 - vagrant/boot_cluster.sh
 - vagrant/create_topics.sh
 - vagrant/create_topics.sh
-- go install -a -race regexp
+- go install -a -race regexp # Fix for go 1.2
 
 
 script:
 script:
 - go test -v -race ./...
 - go test -v -race ./...