소스 검색

Merge pull request #115 from aalexand/aalexand-enable-travis

Enable continuous integration with Travis CI
Alexey Alexandrov 8 년 전
부모
커밋
a50e90fe17
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      .travis.yml

+ 5
- 0
.travis.yml 파일 보기

@@ -0,0 +1,5 @@
1
+language: go
2
+go:
3
+  - 1.6
4
+  - 1.7
5
+  - 1.8.x