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

Commit

Permalink
Allow vanity imports for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsaito authored and fmasuhr committed Apr 24, 2018
1 parent dc65189 commit 4cc8735
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
language: go
go:
- 1.9.1
go_import_path: github.com/terraform-providers/terraform-provider-aws

install:
# This script is used by the Travis build to install a cookie for
Expand All @@ -20,9 +21,6 @@ script:
- make vet
- make website-test

branches:
only:
- master
matrix:
fast_finish: true
allow_failures:
Expand Down

0 comments on commit 4cc8735

Please sign in to comment.