Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ea858f4

Browse files
committedJan 26, 2014
spec: add tunnel identifier
1 parent be60543 commit ea858f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ before_script:
5656
- bundle exec rackup -p 9292 &
5757
- sleep 10
5858
- wget http://www.browserstack.com/BrowserStackTunnel.jar
59-
- java -jar BrowserStackTunnel.jar $BS_AUTHKEY localhost,9292,0 &
59+
- java -jar BrowserStackTunnel.jar -tunnelIdentifier "$TRAVIS_JOB_ID" "$BS_AUTHKEY" localhost,9292,0 &
6060
- sleep 10
6161

6262
script:

0 commit comments

Comments
 (0)
Please sign in to comment.