Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
-x
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Sep 13, 2013
1 parent d05eb15 commit 403ab29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,8 +1,8 @@
language: go
go:
- tip
- tip
before_install:
- go get github.com/mattn/gom
- go get github.com/mattn/gom
script:
- $HOME/gopath/bin/gom install
- $HOME/gopath/bin/gom test
- $HOME/gopath/bin/gom install -x
- $HOME/gopath/bin/gom test -x

0 comments on commit 403ab29

Please sign in to comment.