summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorArthur Axel 'fREW' Schmidt <frioux@gmail.com>2014-06-07 17:00:52 -0500
committerJakob Borg <jakob@nym.se>2014-06-08 07:37:42 +0200
commitb2988cdd3501802582d7836d3afbbbdb61d7ea90 (patch)
treee7ed2ff4c95c43a754a9b08f6f8aff0f60b6c512 /.travis.yml
parent82cfd37263fc64a902fd3ad7e0afdd5acf31c322 (diff)
test against travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..2f33c4f6a4
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: go
+
+go:
+ - 1.2
+ - tip
+
+install:
+ - export PATH=$PATH:$HOME/gopath/bin
+ - ./build.sh setup
+
+script:
+ - ./build.sh test