Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit 8af3c95

Browse files
committed
(Chore) Update travis
1 parent 136a538 commit 8af3c95

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.travis.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,5 @@ node_js: 8
2828
git:
2929
depth: 5
3030

31-
# Cache dependencies
32-
cache:
33-
directories:
34-
- modules/status/lambda/node_modules
35-
- modules/webhook/lambda/node_modules
36-
37-
# Install dependencies
38-
install:
39-
- npm install --prefix modules/status/lambda
40-
- npm install --prefix modules/webhook/lambda
41-
42-
# Perform build and release
4331
script:
44-
- make lint
45-
- make build
32+
- terraform fmt -check -diff

0 commit comments

Comments
 (0)