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

Commit

Permalink
set SL_USERNAME and SL_API_KEY to fake values
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilien committed Oct 2, 2014
1 parent 3a0c90d commit be72682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: go
go:
- 1.2
before_install:
- export SL_USERNAME=fake-username
- export SL_API_KEY=fake-api-key
- go get code.google.com/p/go.tools/cmd/vet
- go get github.com/tools/godep
- go get github.com/onsi/ginkgo/...
Expand Down

0 comments on commit be72682

Please sign in to comment.