aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-07 17:11:46 -0500
committerUnknwon <u@gogs.io>2017-02-07 17:11:46 -0500
commit0d9e435bfeda7aa93da769030a6fb138c4f3a2df (patch)
treeeaa8d199bb9e2e034854564c2ba586784c4ed319 /.travis.yml
parent9af0dd23dd6afc9b4103a8aeb17e6eba1c649f6c (diff)
IPythonNotebook: CSS adjustment for PR #4070
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 3 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
index 6eba760d..4c4c27ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
language: go
-
go:
- - 1.5
- - 1.6
- - 1.7
+ - 1.5.x
+ - 1.6.x
+ - 1.7.x
before_install:
- sudo apt-get update -qq
@@ -16,14 +15,3 @@ install:
script:
- go build -v -tags "pam"
- go test -v -cover -race ./...
-
-notifications:
- email:
- - u@gogs.io
- slack: gophercn:o5pSanyTeNhnfYc3QnG0X7Wx
- webhooks:
- urls:
- - https://webhooks.gitter.im/e/b590f8e03882f7aedc3e
- on_success: change
- on_failure: always
- on_start: never