Skip to content

Commit

Permalink
make the Yorc distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
loicalbertin committed Feb 28, 2018
1 parent 1cb6094 commit 5511d68
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
language: go
go:
- '1.x'
- '1.x'

install:
- make tools
- make tools
- pip install --user sphinx
- pip install --user semantic-version

script:
- make generate header format
- ./build/coverage.sh
- make dist
- ./build/coverage.sh

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 5511d68

Please sign in to comment.