Sfoglia il codice sorgente

Merge pull request #95 from arnehormann/update-travis

update Travis-CI to use Go 1.1
Julien Schmidt 12 anni fa
parent
commit
0693aa5d48
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -1,4 +1,5 @@
 language: go
-
+go:
+  - 1.1
 before_script:
   - mysql -e 'create database gotest;'