Skip to content

Commit 3b5132b

Browse files
author
Shlomi Noach
committed
supporting TravisCI
1 parent 1b0791e commit 3b5132b

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

.travis.yml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1+
# http://docs.travis-ci.com/user/languages/go/
12
language: go
23

3-
go:
4-
- 1.6
5-
- tip
4+
go: 1.8
65

7-
script: ./test.sh
6+
os:
7+
- linux
8+
9+
env:
10+
- MYSQL_USER=root
11+
12+
before_install:
13+
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
14+
15+
install: true
16+
17+
script: script/cibuild
18+
19+
notifications:
20+
email: false

0 commit comments

Comments
 (0)