Skip to content

Commit

Permalink
fix travis yml structure (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkis authored and osterman committed Jun 6, 2018
1 parent 8512777 commit fad8abc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ addons:
- make
- curl

install:
- make init
install:
- make init

script:
- make terraform/install
- make terraform/get-plugins
- make terraform/get-modules
- make terraform/lint
- make terraform/validate
script:
- make terraform/install
- make terraform/get-plugins
- make terraform/get-modules
- make terraform/lint
- make terraform/validate

0 comments on commit fad8abc

Please sign in to comment.