Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
travis-ci: don't block on git show
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-burnett committed Apr 8, 2014
1 parent 0c66563 commit 6faa4fb
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 @@ -16,7 +16,7 @@ before_script:
- git clone --depth 1 https://github.com/mark-burnett/ptero-petri.git
- mkdir petri-logs
- pushd ptero-petri
- git show HEAD
- git --no-pager show -s
- pip install -r requirements.txt
- ./devserver --logdir ../petri-logs --port $PTERO_PETRI_PORT &
- popd
Expand Down

0 comments on commit 6faa4fb

Please sign in to comment.