Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spec: add tunnel identifier
Browse files Browse the repository at this point in the history
meh committed Jan 26, 2014
1 parent be60543 commit ea858f4
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
@@ -56,7 +56,7 @@ before_script:
- bundle exec rackup -p 9292 &
- sleep 10
- wget http://www.browserstack.com/BrowserStackTunnel.jar
- java -jar BrowserStackTunnel.jar $BS_AUTHKEY localhost,9292,0 &
- java -jar BrowserStackTunnel.jar -tunnelIdentifier "$TRAVIS_JOB_ID" "$BS_AUTHKEY" localhost,9292,0 &
- sleep 10

script:

0 comments on commit ea858f4

Please sign in to comment.