Skip to content

Commit

Permalink
Merge pull request #89 from project-flogo/travis-builds
Browse files Browse the repository at this point in the history
add travis file to builds
  • Loading branch information
rameshpolishetti authored Jan 17, 2020
2 parents 3c06490 + ae7cf32 commit 8b7a53a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
sudo: required
language: go
go:
- 1.12

os:
- linux
env :
- GO111MODULE=on
branches:
only:
- master
- develop
- /^v\d+\.\d+\.\d+(\.\d+)?(-\S*)?$/

services:
- docker
- redis-server

script:
- env GO111MODULE=off go get -u github.com/project-flogo/cli/...
- env GO111MODULE=on go test -p 1 ./...

notifications:
email:
on_failure: always
on_success: always
recipients:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

0 comments on commit 8b7a53a

Please sign in to comment.