Skip to content

Commit

Permalink
Update travis ci config fix & use minimal env
Browse files Browse the repository at this point in the history
  • Loading branch information
madharjan committed Apr 27, 2019
1 parent 50600ef commit aaf3639
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@ branches:
- master

dist: trusty
language: minimal

jobs:
include:
- stage: build
- stage: release
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- make build
- stage: tests
script:
- make run
- make tests
- make clean
- stage: release
script:
- make tag_latest
- make release

0 comments on commit aaf3639

Please sign in to comment.