Skip to content

Commit

Permalink
Move Go Modules files to the root directory
Browse files Browse the repository at this point in the history
🙏📿
  • Loading branch information
jlsan92 committed Mar 12, 2019
1 parent f8fb760 commit 03ed670
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ script:
- terraform validate -check-variables=false .
- if [[ -n "$(terraform fmt -write=false)" ]]; then echo "Some terraform files need be formatted, run 'terraform fmt' to fix"; exit 1; fi
- tflint --debug
- cd test && go test
- go test -v $(go list ./test/)

notifications:
email: false
File renamed without changes.
File renamed without changes.

0 comments on commit 03ed670

Please sign in to comment.