Skip to content

Commit

Permalink
Test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ToeFungi committed Nov 29, 2019
1 parent 75f6df6 commit cf4e184
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ cache:
- '$HOME/.sonar/cache'
- 'node_modules'
- 'coverage'
- '$HOME/build'

stages:
- setup
- audit
- lint
- test
- sonar
- build
- deploy

jobs:
include:
Expand All @@ -40,13 +37,3 @@ jobs:
sonarcloud:
token:
secure: "$SONAR_API_KEY"
- stage: build
script:
- npm run build
- stage: deploy
deploy:
provider: lambda
function_name: "event-scheduler"
region: "eu-west-1"
file:
- $HOME/build/index.zip

0 comments on commit cf4e184

Please sign in to comment.