Skip to content

Commit

Permalink
Corrected mistake in travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Oct 26, 2019
1 parent 58f8c1a commit 51804f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- sudo apt-get update -y
- sudo apt-get install -y whois openssh-client sshpass
script:
- cd ../ && make coverage
- make coverage
after_success:
- bash <(curl -s https://codecov.io/bash) -cF python
- bash ./.infrastructure/notify.sh "${SLACK_URL}" " [OK] Infracheck unit tests were passed"
Expand Down

0 comments on commit 51804f1

Please sign in to comment.