Skip to content

Commit

Permalink
e2e: mark script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Jan 2, 2017
1 parent 35523a2 commit bc910fd
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 @@ -27,7 +27,7 @@ script:
- go test -v -bench=.* -run=none $(glide novendor)
- docker build -t hydra-travis-ci .
- docker run -d hydra-travis-ci
- hydra host --dangerous-auto-logon --dangrous-force-http &
- hydra host --dangerous-auto-logon --dangerous-force-http &
- while ! echo exit | nc localhost 4444; do sleep 1; done
- ./run-e2e-test-suite.sh

Expand Down

0 comments on commit bc910fd

Please sign in to comment.