Skip to content

Commit

Permalink
Travis Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed May 25, 2018
1 parent 213052b commit 544fab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ addons:
apt_packages:
- pandoc
before_script:
- "./test/prism.sh &"
- sleep 20
- . ./test/prism.sh
- prism version
script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then coverage run -m unittest2 discover; else coverage run -m unittest discover; fi
after_script:
Expand All @@ -46,7 +46,7 @@ notifications:
template:
- '<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository}
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
<a href="https://github.com/sendgrid/%{repository}/commits/%{commit}">View on
<a href="https://github.com/%{repository}/commits/%{commit}">View on
GitHub</a>'
format: html
notify: false

0 comments on commit 544fab7

Please sign in to comment.