aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b0f8e87..043d7da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,31 @@
language: go
+go:
+- 1.6
+- 1.7
+- tip
+matrix:
+ allow_failures:
+ - go: tip
+
+
+language: go
go:
- 1.6
+ - 1.7
- tip
matrix:
allow_failures:
- go: tip
+
+before_install:
+ - openssl aes-256-cbc -K $encrypted_1477e58fe67a_key -iv $encrypted_1477e58fe67a_iv -in .travis/deploy.pem.enc -out .travis/deploy.pem -d
+ - eval "$(ssh-agent -s)"
+ - chmod 600 .travis/deploy.pem
+ - ssh-add .travis/deploy.pem
+
install:
- rm -rf $GOPATH/src/gopkg.in/src-d
- mkdir -p $GOPATH/src/gopkg.in/src-d