Skip to content

Commit

Permalink
Update travis to use private S3 bucket.
Browse files Browse the repository at this point in the history
  • Loading branch information
domodwyer committed Mar 29, 2017
1 parent 3eafea9 commit a899ab3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Expand Up @@ -8,13 +8,14 @@ addons:

env:
global:
- BUCKET=https://niemeyer.s3.amazonaws.com
- BUCKET=https://s3.eu-west-2.amazonaws.com/globalsign-mgo
matrix:
- GO=1.4.1 MONGODB=x86_64-2.6.11
- GO=1.4.1 MONGODB=x86_64-3.0.9
- GO=1.4.1 MONGODB=x86_64-3.2.3-nojournal
- GO=1.5.3 MONGODB=x86_64-3.0.9
- GO=1.6 MONGODB=x86_64-2.6.11
- GO=1.7 MONGODB=x86_64-2.6.11
- GO=1.8.x MONGODB=x86_64-2.6.11
- GO=1.6 MONGODB=x86_64-3.0.9
- GO=1.7 MONGODB=x86_64-3.0.9
- GO=1.8.x MONGODB=x86_64-3.0.9
- GO=1.6 MONGODB=x86_64-3.2.3-nojournal
- GO=1.7 MONGODB=x86_64-3.2.3-nojournal
- GO=1.8.x MONGODB=x86_64-3.2.3-nojournal
Expand Down

0 comments on commit a899ab3

Please sign in to comment.